values.yaml 770 B

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