diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-30 22:21:56 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-30 22:21:56 +0200 |
| commit | b0e1ebd03d41d77621c6ddb9560d0149374eccc9 (patch) | |
| tree | e6167b06a88b2811b235a4971a59315570d6794a /f3s/immich | |
| parent | b75bea629658a54ed4460cf94a30bec96964b49a (diff) | |
Fix yoga-videos mount - move to server persistence config
Amp-Thread-ID: https://ampcode.com/threads/T-019c1088-dc3e-701a-b064-5e50cf52b32a
Co-authored-by: Amp <amp@ampcode.com>
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 |
