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:
Erich Blume 2026-03-03 15:18:16 -08:00
commit d7f0aa6f96
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
database:
path: /db/frigate.db
mqtt:
host: mosquitto.mqtt.svc.cluster.local
port: 1883