123456789101112131415161718192021222324252627282930 |
- frigateNetwork:
- webPort: 31000
- enableRtmp: true
- rtmpPort: 31001
- enableRtsp: true
- rtspPort: 31002
- enableWebRtc: true
- webRtcPort: 31003
- frigateConfig:
- mountUSBBus: true
- frigateStorage:
- config:
- type: hostPath
- hostPath: /mnt/{{ .Release.Namespace }}/config
- media:
- type: hostPath
- hostPath: /mnt/{{ .Release.Namespace }}/media
- cache:
- sizeGiB: 2
- shm:
- sizeMiB: 128
- additionalStorages:
- - type: hostPath
- hostPath: /mnt/{{ .Release.Namespace }}/clips
- mountPath: /clips
- - type: hostPath
- hostPath: /mnt/{{ .Release.Namespace }}/snapshots
- mountPath: /snapshots
|