mirror of
https://github.com/truenas/charts.git
synced 2026-04-24 02:20:15 +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:
39
library/ix-dev/community/frigate/values.yaml
Normal file
39
library/ix-dev/community/frigate/values.yaml
Normal file
@@ -0,0 +1,39 @@
|
||||
image:
|
||||
repository: ghcr.io/blakeblackshear/frigate
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.12.1
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu: 4000m
|
||||
memory: 8Gi
|
||||
|
||||
frigateConfig:
|
||||
mountUSBBus: false
|
||||
additionalEnvs: []
|
||||
|
||||
frigateNetwork:
|
||||
hostNetwork: false
|
||||
# Port numbers ignored if hostNetwork is true
|
||||
webPort: 30058
|
||||
enableRtmp: false
|
||||
rtmpPort: 30059
|
||||
enableRtsp: false
|
||||
rtspPort: 30060
|
||||
enableWebRtc: false
|
||||
webRtcPort: 30061
|
||||
|
||||
frigateGPU: {}
|
||||
|
||||
frigateStorage:
|
||||
media:
|
||||
type: ixVolume
|
||||
datasetName: media
|
||||
config:
|
||||
type: ixVolume
|
||||
datasetName: config
|
||||
cache:
|
||||
sizeGiB: 1
|
||||
shm:
|
||||
sizeMiB: 64
|
||||
additionalStorages: []
|
||||
Reference in New Issue
Block a user