Files
chart/library/ix-dev/community/frigate/ci/hostNet-values.yaml
Stavros Kois 310d6d6426 NAS-123485 / 24.04 / Add frigate to community apps (#1434)
* Add `frigate` to `community` apps

* add cia values

* add initial templtes

* add values

* add common

* fix typo

* another one

* make it non-fail no matter the indendation

* typo

* questions and gpu

* perms

* more caps

* port

* shm and usb

* whops

* privieleged on usb bus mount

* invert logic
2023-08-11 18:23:30 +03:00

18 lines
318 B
YAML

frigateNetwork:
enableRtmp: true
enableRtsp: true
enableWebRtc: true
hostNetwork: true
frigateStorage:
config:
type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/config
media:
type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/media
cache:
sizeGiB: 2
shm:
sizeMiB: 128