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