mirror of
https://github.com/truenas/charts.git
synced 2026-02-13 23:35:36 +08:00
* 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
40 lines
635 B
YAML
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: []
|