Files
chart/library/ix-dev/community/frigate/values.yaml
bugclerk 8b4f70563e Upgraded catalog item(s) (#2777)
This commit upgrades minio, komga, frigate, filebrowser catalog item(s).

Co-authored-by: sonicaj <waqarsonic1@gmail.com>
2024-08-30 14:54:36 +03:00

48 lines
814 B
YAML

image:
repository: ghcr.io/blakeblackshear/frigate
pullPolicy: IfNotPresent
tag: 0.14.1
tensorrtImage:
repository: ghcr.io/blakeblackshear/frigate
pullPolicy: IfNotPresent
tag: 0.14.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: []