extra-values.yaml 619 B

123456789101112131415161718192021222324252627282930
  1. frigateNetwork:
  2. webPort: 31000
  3. enableRtmp: true
  4. rtmpPort: 31001
  5. enableRtsp: true
  6. rtspPort: 31002
  7. enableWebRtc: true
  8. webRtcPort: 31003
  9. frigateConfig:
  10. mountUSBBus: true
  11. frigateStorage:
  12. config:
  13. type: hostPath
  14. hostPath: /mnt/{{ .Release.Namespace }}/config
  15. media:
  16. type: hostPath
  17. hostPath: /mnt/{{ .Release.Namespace }}/media
  18. cache:
  19. sizeGiB: 2
  20. shm:
  21. sizeMiB: 128
  22. additionalStorages:
  23. - type: hostPath
  24. hostPath: /mnt/{{ .Release.Namespace }}/clips
  25. mountPath: /clips
  26. - type: hostPath
  27. hostPath: /mnt/{{ .Release.Namespace }}/snapshots
  28. mountPath: /snapshots