File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- # Frigate configuration — https://docs.frigate.video/configuration/reference
3- # Managed via GitOps and mounted read-only at /config/config.yml.
4- # Secrets are injected as env vars (must be prefixed FRIGATE_) and referenced as {FRIGATE_*}.
52mqtt :
63 enabled : true
74 host : 10.0.10.8
@@ -59,13 +56,10 @@ birdseye:
5956 enabled : true
6057 mode : continuous
6158
62- # Built-in authentication for the exposed :8971 port.
6359auth :
6460 enabled : true
6561
6662cameras :
67- # Placeholder camera so Frigate boots — replace with real cameras.
68- # RTSP credentials come from the FRIGATE_RTSP_PASSWORD secret.
6963 example :
7064 enabled : false
7165 ffmpeg :
Original file line number Diff line number Diff line change 7777 memory : 4Gi
7878 defaultPodOptions :
7979 automountServiceAccountToken : false
80+ # hostUsers: false
8081 service :
8182 app :
8283 controller : frigate
You can’t perform that action at this time.
0 commit comments