diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-01 09:21:15 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-01 09:21:15 +0300 |
| commit | 7085794ccd0425950ab8f118319c7c80e524f41b (patch) | |
| tree | 4f188a3fa016409e7080805b7439310afce0912f | |
| parent | 47936a4f050892e8a68d4be9b97603db4349a610 (diff) | |
immich: use bjw-s persistence for external library mount
Amp-Thread-ID: https://ampcode.com/threads/T-019d47a3-2deb-75c3-8a75-b0f39006a35d
Co-authored-by: Amp <amp@ampcode.com>
| -rw-r--r-- | f3s/argocd-apps/services/immich.yaml | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/f3s/argocd-apps/services/immich.yaml b/f3s/argocd-apps/services/immich.yaml index 5733d1d..3b279a9 100644 --- a/f3s/argocd-apps/services/immich.yaml +++ b/f3s/argocd-apps/services/immich.yaml @@ -40,15 +40,14 @@ spec: main: image: tag: v2.5.5 - volumeMounts: - - name: external-library - mountPath: /external - readOnly: true - volumes: - - name: external-library - persistentVolumeClaim: - claimName: immich-external-library-pvc - readOnly: true + persistence: + external: + enabled: true + type: persistentVolumeClaim + existingClaim: immich-external-library-pvc + globalMounts: + - path: /external + readOnly: true ingress: main: enabled: true |
