Files
chart/library/ix-dev/community/frigate/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

40 lines
635 B
YAML

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: []