From ed006e86d5753a4a917eaa7f9d3f8e630e24d324 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Sat, 2 Aug 2025 17:46:54 +0530 Subject: [PATCH] change nfs path --- 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 87a7389..c001903 100644 --- a/cluster/apps/immich/immich-pvc.yml +++ b/cluster/apps/immich/immich-pvc.yml @@ -30,7 +30,7 @@ spec: - hard - nfsvers=4.1 nfs: - path: /k3s/pictures/ + path: /pictures server: 10.0.0.123 ---