From f7acdf62026cc5d58d121ebae1ec210414800520 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Mon, 7 Jul 2025 00:45:57 +0530 Subject: [PATCH] fix access mode --- cluster/apps/immich/immich-pvc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/immich/immich-pvc.yml b/cluster/apps/immich/immich-pvc.yml index b9905e6..b87356b 100644 --- a/cluster/apps/immich/immich-pvc.yml +++ b/cluster/apps/immich/immich-pvc.yml @@ -26,7 +26,7 @@ metadata: namespace: default spec: accessModes: - - ReadWriteOnce + - ReadWriteMany storageClassName: "" volumeName: immich-cache-pv resources: