123456789101112131415161718192021222324252627282930313233343536373839 |
- image:
- repository: ghcr.io/blakeblackshear/frigate
- pullPolicy: IfNotPresent
- tag: 0.12.1
- resources:
- limits:
- cpu: 4000m
- memory: 8Gi
- frigateConfig:
- mountUSBBus: false
- additionalEnvs: []
- frigateNetwork:
- hostNetwork: false
- # Port numbers ignored if hostNetwork is true
- webPort: 30058
- enableRtmp: false
- rtmpPort: 30059
- enableRtsp: false
- rtspPort: 30060
- enableWebRtc: false
- webRtcPort: 30061
- frigateGPU: {}
- frigateStorage:
- media:
- type: ixVolume
- datasetName: media
- config:
- type: ixVolume
- datasetName: config
- cache:
- sizeGiB: 1
- shm:
- sizeMiB: 64
- additionalStorages: []
|