diff options
Diffstat (limited to 'f3s/immich')
| -rw-r--r-- | f3s/immich/values.yaml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/f3s/immich/values.yaml b/f3s/immich/values.yaml index f8482da..3159d2e 100644 --- a/f3s/immich/values.yaml +++ b/f3s/immich/values.yaml @@ -18,14 +18,16 @@ immich: # Main data store for all photos/videos shared between components library: existingClaim: "immich-library-pvc" - # External library - Yoga videos from Syncthing - yoga-videos: - existingClaim: "immich-yoga-videos-pvc" - mountPath: /external/yoga-videos # Server component with ingress server: enabled: true + persistence: + yoga-videos: + enabled: true + type: persistentVolumeClaim + existingClaim: "immich-yoga-videos-pvc" + mountPath: /external/yoga-videos ingress: main: enabled: true |
