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