basic-values.yaml 371 B

1234567891011121314151617181920
  1. frigateNetwork:
  2. webPort: 31000
  3. enableRtmp: true
  4. rtmpPort: 31001
  5. enableRtsp: true
  6. rtspPort: 31002
  7. enableWebRtc: true
  8. webRtcPort: 31003
  9. frigateStorage:
  10. config:
  11. type: hostPath
  12. hostPath: /mnt/{{ .Release.Namespace }}/config
  13. media:
  14. type: hostPath
  15. hostPath: /mnt/{{ .Release.Namespace }}/media
  16. cache:
  17. sizeGiB: 2
  18. shm:
  19. sizeMiB: 128