Files
chart/library/ix-dev/community/frigate/values.yaml
Stavros Kois 18c2420597 Frigate - migrate storage section (adds acl) (#1920)
* update values

* update UI

* bump version

* update templates

* add migration
2023-12-21 10:35:06 +02:00

48 lines
814 B
YAML

image:
repository: ghcr.io/blakeblackshear/frigate
pullPolicy: IfNotPresent
tag: 0.12.1
tensorrtImage:
repository: ghcr.io/blakeblackshear/frigate
pullPolicy: IfNotPresent
tag: 0.12.1-tensorrt
resources:
limits:
cpu: 4000m
memory: 8Gi
frigateConfig:
imageSelector: image
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
ixVolumeConfig:
datasetName: media
config:
type: ixVolume
ixVolumeConfig:
datasetName: config
cache:
sizeGiB: 1
shm:
sizeMiB: 64
additionalStorages: []