From de8af9f3b925a295daa80efe4e1202b383887f1b Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Wed, 21 Jan 2026 02:12:55 +0100 Subject: [PATCH] Add library persistence to server and ML components at /usr/src/app/upload --- immich/helm-immich.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/immich/helm-immich.yaml b/immich/helm-immich.yaml index 34dbafd..f16616a 100644 --- a/immich/helm-immich.yaml +++ b/immich/helm-immich.yaml @@ -76,6 +76,11 @@ spec: timeoutSeconds: 1 periodSeconds: 5 failureThreshold: 1000 + persistence: + library: + existingClaim: immich-claim + globalMounts: + - path: /usr/src/app/upload ingress: main: enabled: true @@ -114,6 +119,10 @@ spec: HF_XET_CACHE: /cache/huggingface-xet MPLCONFIGDIR: /cache/matplotlib-config persistence: + library: + existingClaim: immich-claim + globalMounts: + - path: /usr/src/app/upload cache: enabled: true size: 10Gi