Add library persistence to server and ML components at /usr/src/app/upload

This commit is contained in:
Ruben Hensen
2026-01-21 02:12:55 +01:00
parent c67dc4bb57
commit de8af9f3b9
+9
View File
@@ -76,6 +76,11 @@ spec:
timeoutSeconds: 1 timeoutSeconds: 1
periodSeconds: 5 periodSeconds: 5
failureThreshold: 1000 failureThreshold: 1000
persistence:
library:
existingClaim: immich-claim
globalMounts:
- path: /usr/src/app/upload
ingress: ingress:
main: main:
enabled: true enabled: true
@@ -114,6 +119,10 @@ spec:
HF_XET_CACHE: /cache/huggingface-xet HF_XET_CACHE: /cache/huggingface-xet
MPLCONFIGDIR: /cache/matplotlib-config MPLCONFIGDIR: /cache/matplotlib-config
persistence: persistence:
library:
existingClaim: immich-claim
globalMounts:
- path: /usr/src/app/upload
cache: cache:
enabled: true enabled: true
size: 10Gi size: 10Gi