Fix Frigate database path to use persistent volume
The database was at /config/frigate.db (emptyDir, ephemeral) instead of /db/frigate.db (PVC, persistent). Every pod restart wiped the database, losing all recording history and leaving orphaned files on NFS. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a4f5f7ce09
commit
d7f0aa6f96
2 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
|||
database:
|
||||
path: /db/frigate.db
|
||||
|
||||
mqtt:
|
||||
host: mosquitto.mqtt.svc.cluster.local
|
||||
port: 1883
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue