mirror of
https://github.com/truenas/charts.git
synced 2026-04-23 18:10:06 +08:00
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
This commit is contained in:
20
library/ix-dev/community/frigate/ci/basic-values.yaml
Normal file
20
library/ix-dev/community/frigate/ci/basic-values.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
frigateNetwork:
|
||||
webPort: 31000
|
||||
enableRtmp: true
|
||||
rtmpPort: 31001
|
||||
enableRtsp: true
|
||||
rtspPort: 31002
|
||||
enableWebRtc: true
|
||||
webRtcPort: 31003
|
||||
|
||||
frigateStorage:
|
||||
config:
|
||||
type: hostPath
|
||||
hostPath: /mnt/{{ .Release.Namespace }}/config
|
||||
media:
|
||||
type: hostPath
|
||||
hostPath: /mnt/{{ .Release.Namespace }}/media
|
||||
cache:
|
||||
sizeGiB: 2
|
||||
shm:
|
||||
sizeMiB: 128
|
||||
Reference in New Issue
Block a user