diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-30 22:23:11 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-30 22:23:11 +0200 |
| commit | 7a38c288be0b393a5d4a2a181d5c2223bf84e361 (patch) | |
| tree | 6439f9f8a771eb15a81745dea363a2520fbace8f /f3s/immich | |
| parent | b0e1ebd03d41d77621c6ddb9560d0149374eccc9 (diff) | |
Add yoga-videos via volumeMounts and volumes
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 | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/f3s/immich/values.yaml b/f3s/immich/values.yaml index 3159d2e..141a5a9 100644 --- a/f3s/immich/values.yaml +++ b/f3s/immich/values.yaml @@ -22,12 +22,19 @@ immich: # Server component with ingress server: enabled: true - persistence: - yoga-videos: - enabled: true - type: persistentVolumeClaim - existingClaim: "immich-yoga-videos-pvc" - mountPath: /external/yoga-videos + controllers: + main: + containers: + main: + volumeMounts: + - name: yoga-videos + mountPath: /external/yoga-videos + readOnly: true + volumes: + - name: yoga-videos + persistentVolumeClaim: + claimName: immich-yoga-videos-pvc + readOnly: true ingress: main: enabled: true |
