hostNet-values.yaml 318 B

1234567891011121314151617
  1. frigateNetwork:
  2. enableRtmp: true
  3. enableRtsp: true
  4. enableWebRtc: true
  5. hostNetwork: true
  6. frigateStorage:
  7. config:
  8. type: hostPath
  9. hostPath: /mnt/{{ .Release.Namespace }}/config
  10. media:
  11. type: hostPath
  12. hostPath: /mnt/{{ .Release.Namespace }}/media
  13. cache:
  14. sizeGiB: 2
  15. shm:
  16. sizeMiB: 128