From 17f95e14ccc74c8e05c534515fc2af497c2c7048 Mon Sep 17 00:00:00 2001 From: Priit Laes Date: Sat, 12 Jul 2025 21:35:44 +0300 Subject: [PATCH] frigate: WIP stuff until CEPH arrives --- frigate/kustomization.yaml | 2 +- frigate/values.yaml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/frigate/kustomization.yaml b/frigate/kustomization.yaml index a9deb94..7dc4f35 100644 --- a/frigate/kustomization.yaml +++ b/frigate/kustomization.yaml @@ -16,6 +16,6 @@ resources: - ssh://git@git.k-space.ee/secretspace/kube/frigate # secrets (.env): go2rtc-config, frigate-mqtt-secret, frigate-rtsp-secret - ./auth.yml - ./rabbitmq.yml -- ./storage-class.yml +#- ./storage-class.yml - ./storage.yml - ./transcode.yml diff --git a/frigate/values.yaml b/frigate/values.yaml index a9deb56..7af0c40 100644 --- a/frigate/values.yaml +++ b/frigate/values.yaml @@ -107,8 +107,9 @@ ingress: persistence: config: - enabled: true - storageClass: "longhorn" + # WIP :) + enabled: false + storageClass: "null" accessMode: ReadWriteOnce size: 1000Mi skipuninstall: false