homelab/deployment/helm/nfs-provisioners/values-speedtest.yaml
Dan V b9736266c9 nfs: use soft,timeo=30 mounts instead of hard on all NFS provisioners
Add soft,timeo=30 mount options to all nfs-subdir-external-provisioner
Helm values files so that newly created PVs use non-blocking NFS mounts.
StorageClasses have been patched directly in the cluster.

Motivation: a USB drive disconnect on kube-node-1 caused the NFS server
to go down for ~2.5 days. The HP Proxmox host had hard NFS mounts to
the Dell which blocked df -h indefinitely until the NFS server recovered.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-31 22:49:59 +02:00

13 lines
224 B
YAML

nfs:
mountOptions:
- soft
- timeo=30
path: /media-pool/speedtest
server: 192.168.2.193
storageClass:
allowVolumeExpansion: true
archiveOnDelete: true
mountOptions:
- soft
- timeo=30
name: nfs-speedtest