values.yaml 635 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. image:
  2. repository: ghcr.io/blakeblackshear/frigate
  3. pullPolicy: IfNotPresent
  4. tag: 0.12.1
  5. resources:
  6. limits:
  7. cpu: 4000m
  8. memory: 8Gi
  9. frigateConfig:
  10. mountUSBBus: false
  11. additionalEnvs: []
  12. frigateNetwork:
  13. hostNetwork: false
  14. # Port numbers ignored if hostNetwork is true
  15. webPort: 30058
  16. enableRtmp: false
  17. rtmpPort: 30059
  18. enableRtsp: false
  19. rtspPort: 30060
  20. enableWebRtc: false
  21. webRtcPort: 30061
  22. frigateGPU: {}
  23. frigateStorage:
  24. media:
  25. type: ixVolume
  26. datasetName: media
  27. config:
  28. type: ixVolume
  29. datasetName: config
  30. cache:
  31. sizeGiB: 1
  32. shm:
  33. sizeMiB: 64
  34. additionalStorages: []