ix_values.yaml 814 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. image:
  2. repository: ghcr.io/blakeblackshear/frigate
  3. pullPolicy: IfNotPresent
  4. tag: 0.15.0
  5. tensorrtImage:
  6. repository: ghcr.io/blakeblackshear/frigate
  7. pullPolicy: IfNotPresent
  8. tag: 0.15.0-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. ixVolumeConfig:
  32. datasetName: media
  33. config:
  34. type: ixVolume
  35. ixVolumeConfig:
  36. datasetName: config
  37. cache:
  38. sizeGiB: 1
  39. shm:
  40. sizeMiB: 64
  41. additionalStorages: []