summaryrefslogtreecommitdiff
path: root/f3s/argocd-apps/services/immich.yaml
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-01 09:37:09 +0300
committerPaul Buetow <paul@buetow.org>2026-04-01 09:37:09 +0300
commit601f3c0453c56014956e02b580433ea9cca0acbb (patch)
treeb8e2993a42d2017498ca3506d9ad646bc7dc7011 /f3s/argocd-apps/services/immich.yaml
parentec78722499cf3c7d6efeb30c11e7c85dc6ce45a1 (diff)
immich: separate PVs for videos RO/RW to avoid dual-PVC mount issue
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.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/f3s/argocd-apps/services/immich.yaml b/f3s/argocd-apps/services/immich.yaml
index 98a69e4..1f28476 100644
--- a/f3s/argocd-apps/services/immich.yaml
+++ b/f3s/argocd-apps/services/immich.yaml
@@ -56,13 +56,13 @@ spec:
ext-videos-rw:
enabled: true
type: persistentVolumeClaim
- existingClaim: immich-ext-videos-pvc
+ existingClaim: immich-ext-videos-rw-pvc
globalMounts:
- path: /external-videos-rw
ext-videos-ro:
enabled: true
type: persistentVolumeClaim
- existingClaim: immich-ext-videos-pvc
+ existingClaim: immich-ext-videos-ro-pvc
globalMounts:
- path: /external-videos-ro
readOnly: true