mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-28 10:18:26 +00:00
fix(immich): resize, mount PVC to microservices
This commit is contained in:
@@ -154,10 +154,11 @@ spec:
|
||||
data:
|
||||
existingClaim: immich-data
|
||||
advancedMounts:
|
||||
immich:
|
||||
immich: &mount
|
||||
main:
|
||||
- subPath: data
|
||||
path: *pvc
|
||||
microservices: *mount
|
||||
ml:
|
||||
main:
|
||||
- subPath: ml
|
||||
|
||||
@@ -33,7 +33,7 @@ spec:
|
||||
postBuild:
|
||||
substitute:
|
||||
PVC: "immich-data"
|
||||
SIZE: "100Gi"
|
||||
SIZE: "200Gi"
|
||||
SC: &sc "file"
|
||||
SNAP: *sc
|
||||
ACCESSMODE: "ReadWriteMany"
|
||||
|
||||
Reference in New Issue
Block a user