frigate: WIP stuff until CEPH arrives

This commit is contained in:
2025-07-12 21:35:44 +03:00
parent d3b85e4f24
commit 17f95e14cc
2 changed files with 4 additions and 3 deletions

View File

@@ -16,6 +16,6 @@ resources:
- ssh://git@git.k-space.ee/secretspace/kube/frigate # secrets (.env): go2rtc-config, frigate-mqtt-secret, frigate-rtsp-secret - ssh://git@git.k-space.ee/secretspace/kube/frigate # secrets (.env): go2rtc-config, frigate-mqtt-secret, frigate-rtsp-secret
- ./auth.yml - ./auth.yml
- ./rabbitmq.yml - ./rabbitmq.yml
- ./storage-class.yml #- ./storage-class.yml
- ./storage.yml - ./storage.yml
- ./transcode.yml - ./transcode.yml

View File

@@ -107,8 +107,9 @@ ingress:
persistence: persistence:
config: config:
enabled: true # WIP :)
storageClass: "longhorn" enabled: false
storageClass: "null"
accessMode: ReadWriteOnce accessMode: ReadWriteOnce
size: 1000Mi size: 1000Mi
skipuninstall: false skipuninstall: false