mirror of
https://github.com/truenas/charts.git
synced 2026-05-02 14:31:39 +08:00
This commit upgrades home-assistant, minio, gitea, sftpgo, nginx-proxy-manager, pgadmin, mealie, cloudflared, vaultwarden, metube, prowlarr, netbootxyz, jenkins, frigate, n8n, actual-budget, tdarr catalog item(s). Co-authored-by: sonicaj <waqarsonic1@gmail.com>
48 lines
814 B
YAML
48 lines
814 B
YAML
image:
|
|
repository: ghcr.io/blakeblackshear/frigate
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.15.0
|
|
|
|
tensorrtImage:
|
|
repository: ghcr.io/blakeblackshear/frigate
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.15.0-tensorrt
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
frigateConfig:
|
|
imageSelector: image
|
|
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
|
|
ixVolumeConfig:
|
|
datasetName: media
|
|
config:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: config
|
|
cache:
|
|
sizeGiB: 1
|
|
shm:
|
|
sizeMiB: 64
|
|
additionalStorages: []
|