frigate helm

No introduction found. Create it?

More popular helm chart found

frigate from bjw-s-labs/charts is more popular with 24 repositories.

Install

Install with:

helm repo add frigate oci://ghcr.io/bjw-s-labs/charts/
helm install frigate frigate/frigate -f values.yaml

Examples

See examples from other people.

Top Repositories (2 out of 11)

NameRepoStarsVersionTimestamp
frigatedeedee-ops/home-ops335.0.14 days ago
frigatebjw-s-labs/home-ops8435.0.125 days ago

Values

See the most popular values for this chart:

KeyTypes
string
string
string
string
boolean
string
string
boolean
string
string
string
string
string
string
persistence.media.path (6)
/mnt/tank/apps/frigate
string
string
string
boolean
string
string
string
string
string
string
string
boolean
string
string
string
boolean
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
boolean
string
string
string
string
boolean
string
string
string
string
string
string
string
string
string
string
controllers.frigate.containers.app.image.tag (9)
0.17.2@sha256:d4351369984d4a9e2a49ac59736f6490856a7ea11f7790040746d21496967010
string
boolean
number
number
number
string
number
number
boolean
boolean
boolean
number
string
number
number
number
number
boolean
number
number
string
number
string, number
string
string
string
string
string
boolean
boolean
controllers.frigate.containers.app.securityContext.capabilities.add[] (1)
- SETUID
- SETGID
- CHOWN
- DAC_OVERRIDE
- FOWNER
- SYS_RAWIO
string
string
boolean
string
string
string
string
string
string
string
string
controllers.frigate.initContainers.init-config.command[] (1)
- sh
- -c
- cp -v /config-src/config.yml /config/config.yml
string
string
string
string
string
controllers.main.annotations.glance/url (2)
https://frigate.${ROOT_DOMAIN}
string
string
string
string
controllers.main.containers.app.image.tag (2)
0.17.2@sha256:d4351369984d4a9e2a49ac59736f6490856a7ea11f7790040746d21496967010
string
boolean
number
number
number
boolean
boolean
number
string
number
number
number
boolean
number
number
string
string
string
string
controllers.main.initContainers.01-set-config.image.tag (2)
1.38.0@sha256:7e2c04dd50ede647bf4a7a4c8dbd629dd4971cd139b9b88fb22bfc3c7a6c13df
string
string
string
boolean
string
boolean
number
string
number
boolean
number
boolean
number
string
number
string
number
string
boolean
number
string
string
number
string
number
boolean
number
number
string
number
string
string
route.app.hostnames[] (6)
- frigate.${ROOT_DOMAIN}
string
string
string
string
number
string
string
string
route.app.rules[].filters[].responseHeaderModifier.set[].value (2)
default-src 'self'; object-src 'none'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline';
string
string
string
string
string
string
string
string
string
route.app.annotations."gethomepage.dev/widget.url" (1)
http://frigate.home.svc.cluster.local:5000
string
string
route.go2rtc.hostnames[] (4)
- frigate-go2rtc.aresu.eu
string
string
string
string
string, number
string
string
string
string
string
string
string
string
string
string
string
string
string
number
string
string
number
number
boolean
number
boolean
string
string
boolean
string
string
number
string
string
string
string
string
string
defaultPodOptions.tolerations[].key (1)
node.kubernetes.io/low-power
string
string
string
configMaps.config.data."config.yml" (1)
mqtt: enabled: true host: mosquitto.default.svc.cluster.local port: 1883 topic_prefix: frigate client_id: frigate detectors: coral: type: edgetpu device: usb ffmpeg: hwaccel_args: preset-vaapi objects: track: - person - car - dog - cat record: enabled: true motion: days: 7 alerts: retain: days: 14 mode: motion detections: retain: days: 14 mode: motion snapshots: enabled: true retain: default: 14 # go2rtc restreams each camera ONCE (Frigate best practice). Detect, # record and live view all consume the local restream (rtsp://127.0.0.1:8554) # so each EmpireTech/Dahua camera only sees a single RTSP session — important # for the PTZ domes, which limit concurrent streams. subtype=0 = main # (2560x1440, record), subtype=1 = substream (detect). Frigate substitutes # {FRIGATE_RTSP_PASSWORD} (from frigate-secret) across the whole config incl. # this go2rtc block. User `viewer`; percent-encode the pw in Key Vault if it # ever contains RTSP-reserved chars (@ : / ? # & % =). go2rtc: streams: cam01: - rtsp://viewer:{FRIGATE_RTSP_PASSWORD}@192.168.70.71:554/cam/realmonitor?channel=1&subtype=0 cam01_sub: - rtsp://viewer:{FRIGATE_RTSP_PASSWORD}@192.168.70.71:554/cam/realmonitor?channel=1&subtype=1 cam02: - rtsp://viewer:{FRIGATE_RTSP_PASSWORD}@192.168.70.72:554/cam/realmonitor?channel=1&subtype=0 cam02_sub: - rtsp://viewer:{FRIGATE_RTSP_PASSWORD}@192.168.70.72:554/cam/realmonitor?channel=1&subtype=1 cam03: - rtsp://viewer:{FRIGATE_RTSP_PASSWORD}@192.168.70.73:554/cam/realmonitor?channel=1&subtype=0 cam03_sub: - rtsp://viewer:{FRIGATE_RTSP_PASSWORD}@192.168.70.73:554/cam/realmonitor?channel=1&subtype=1 cameras: cam01: ffmpeg: inputs: - path: rtsp://127.0.0.1:8554/cam01 input_args: preset-rtsp-restream roles: [record] - path: rtsp://127.0.0.1:8554/cam01_sub input_args: preset-rtsp-restream roles: [detect] # Substream is 704x480; pin it so Frigate skips the OpenCV auto-probe # (that probe blocks startup for 30s per stream if a source stalls). detect: enabled: true width: 704 height: 480 fps: 5 cam02: ffmpeg: inputs: - path: rtsp://127.0.0.1:8554/cam02 input_args: preset-rtsp-restream roles: [record] - path: rtsp://127.0.0.1:8554/cam02_sub input_args: preset-rtsp-restream roles: [detect] detect: enabled: true width: 704 height: 480 fps: 5 cam03: ffmpeg: inputs: - path: rtsp://127.0.0.1:8554/cam03 input_args: preset-rtsp-restream roles: [record] - path: rtsp://127.0.0.1:8554/cam03_sub input_args: preset-rtsp-restream roles: [detect] detect: enabled: true width: 704 height: 480 fps: 5 # cam04 (192.168.70.74): still boxed / not deployed. version: 0.17-0
string
boolean
string
string
string
boolean
ingress.app.hosts[].host (1)
{{ .Release.Name }}.${SECRET_DOMAIN}
string
string
string
string
string
ingress.app.tls[].hosts[] (1)
- {{ .Release.Name }}.${SECRET_DOMAIN}
string
string
boolean
ingress.main.hosts[].host (1)
frigate.${SECRET_DOMAIN}
string
string
string
string
ingress.main.tls[].hosts[] (1)
- frigate.${SECRET_DOMAIN}
string
string