From b000df823175a522ffa541039f2e2625345b9a9e Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 15 Dec 2024 21:56:24 +0100 Subject: [PATCH] Change machine learning cache back to emptydir --- immich/helm-immich.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immich/helm-immich.yaml b/immich/helm-immich.yaml index 7e29c12..dfc4a3f 100644 --- a/immich/helm-immich.yaml +++ b/immich/helm-immich.yaml @@ -128,7 +128,7 @@ spec: enabled: true size: 10Gi # Optional: Set this to pvc to avoid downloading the ML models every start. - type: pvc + type: emptyDir accessMode: ReadWriteMany # storageClass: your-class