fix(immich): resize, mount PVC to microservices

This commit is contained in:
JJGadgets
2024-05-13 20:01:53 +08:00
parent c8fb4dee76
commit 00a2fdf6e7
2 changed files with 3 additions and 2 deletions

View File

@@ -154,10 +154,11 @@ spec:
data:
existingClaim: immich-data
advancedMounts:
immich:
immich: &mount
main:
- subPath: data
path: *pvc
microservices: *mount
ml:
main:
- subPath: ml

View File

@@ -33,7 +33,7 @@ spec:
postBuild:
substitute:
PVC: "immich-data"
SIZE: "100Gi"
SIZE: "200Gi"
SC: &sc "file"
SNAP: *sc
ACCESSMODE: "ReadWriteMany"