frigate: use coral for detect, nvidia gpu for transcode and longhorn for config storage

This commit is contained in:
2025-01-02 20:19:39 +02:00
parent f9ad582136
commit 602b4a03f6
3 changed files with 41 additions and 36 deletions

View File

@@ -28,7 +28,7 @@ envFromSecrets:
coral:
# -- enables the use of a Coral device
enabled: false
enabled: true
# -- path on the host to which to mount the Coral device
hostPath: /dev/bus/usb
@@ -60,14 +60,14 @@ config: |
stats_interval: 60
detectors:
# coral:
# type: edgetpu
# device: usb
coral:
type: edgetpu
device: usb
#cpu1:
#type: cpu
ov:
type: openvino
device: CPU
#ov:
# type: openvino
# device: CPU
model:
width: 300
@@ -167,7 +167,7 @@ ingress:
persistence:
config:
enabled: true
storageClass: "frigate-config"
storageClass: "longhorn"
accessMode: ReadWriteOnce
size: 100Mi
skipuninstall: false