diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-01 09:18:21 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-01 09:18:21 +0300 |
| commit | 47936a4f050892e8a68d4be9b97603db4349a610 (patch) | |
| tree | ed32998dcba7dd62f462d469bfc6c797f12a47ed /f3s/argocd-apps/services/immich.yaml | |
| parent | f1c83dee515539d6a45a2573fb5a441cce9ab0c7 (diff) | |
immich: replace yoga videos with general external library mount
Amp-Thread-ID: https://ampcode.com/threads/T-019d47a3-2deb-75c3-8a75-b0f39006a35d
Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'f3s/argocd-apps/services/immich.yaml')
| -rw-r--r-- | f3s/argocd-apps/services/immich.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/f3s/argocd-apps/services/immich.yaml b/f3s/argocd-apps/services/immich.yaml index 707d768..5733d1d 100644 --- a/f3s/argocd-apps/services/immich.yaml +++ b/f3s/argocd-apps/services/immich.yaml @@ -41,13 +41,13 @@ spec: image: tag: v2.5.5 volumeMounts: - - name: yoga-videos - mountPath: /external/yoga-videos + - name: external-library + mountPath: /external readOnly: true volumes: - - name: yoga-videos + - name: external-library persistentVolumeClaim: - claimName: immich-yoga-videos-pvc + claimName: immich-external-library-pvc readOnly: true ingress: main: |
