mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 17:52:13 +08:00
27 lines
394 B
YAML
27 lines
394 B
YAML
frigateNetwork:
|
|
webPort: 31000
|
|
enableRtmp: true
|
|
rtmpPort: 31001
|
|
enableRtsp: true
|
|
rtspPort: 31002
|
|
enableWebRtc: true
|
|
webRtcPort: 31003
|
|
|
|
frigateConfig:
|
|
mountUSBBus: true
|
|
|
|
frigateStorage:
|
|
config:
|
|
type: pvc
|
|
media:
|
|
type: pvc
|
|
cache:
|
|
sizeGiB: 2
|
|
shm:
|
|
sizeMiB: 128
|
|
additionalStorages:
|
|
- type: pvc
|
|
mountPath: /clips
|
|
- type: pvc
|
|
mountPath: /snapshots
|