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
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Trust k3s CNI interfaces (cni0, flannel.1) in ringtail NixOS firewall, fixing pod-to-host networking that broke all ringtail Tailscale Ingress services (authentik, frigate, ntfy, ollama).
|
||||
Fix Frigate database loss on pod restart by pointing database path to persistent /db volume
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue