mirror of
https://github.com/truenas/charts.git
synced 2026-04-24 02:20:15 +08:00
21 lines
371 B
YAML
21 lines
371 B
YAML
frigateNetwork:
|
|
webPort: 31000
|
|
enableRtmp: true
|
|
rtmpPort: 31001
|
|
enableRtsp: true
|
|
rtspPort: 31002
|
|
enableWebRtc: true
|
|
webRtcPort: 31003
|
|
|
|
frigateStorage:
|
|
config:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/config
|
|
media:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/media
|
|
cache:
|
|
sizeGiB: 2
|
|
shm:
|
|
sizeMiB: 128
|