Skip to content

Commit 7826076

Browse files
committed
add frigate
1 parent 23a79f7 commit 7826076

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

kubernetes/apps/frigate/config.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
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_*}.
52
mqtt:
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.
6359
auth:
6460
enabled: true
6561

6662
cameras:
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:

kubernetes/apps/frigate/helm-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ spec:
7777
memory: 4Gi
7878
defaultPodOptions:
7979
automountServiceAccountToken: false
80+
# hostUsers: false
8081
service:
8182
app:
8283
controller: frigate

0 commit comments

Comments
 (0)