From 7bd482a000661f581d45f121ffbb31e92744a54a Mon Sep 17 00:00:00 2001 From: ab Date: Wed, 28 Jan 2026 09:39:18 +0000 Subject: [PATCH] Update k8s/core/kube-system-custom/nfs-storage.yaml --- k8s/core/kube-system-custom/nfs-storage.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/k8s/core/kube-system-custom/nfs-storage.yaml b/k8s/core/kube-system-custom/nfs-storage.yaml index 3020988..7c22d27 100644 --- a/k8s/core/kube-system-custom/nfs-storage.yaml +++ b/k8s/core/kube-system-custom/nfs-storage.yaml @@ -6,8 +6,9 @@ metadata: provisioner: nfs.csi.k8s.io parameters: server: nas.homenet - share: /mnt/storage + share: /mnt/storage/Storage/PVC reclaimPolicy: Retain volumeBindingMode: Immediate mountOptions: - - vers=4.1 + - vers=4 + - hard