set nfs server and path

This commit is contained in:
2026-06-14 17:55:17 +07:00
parent 083478f980
commit f6469a73a2

View File

@@ -1,6 +1,6 @@
nfs:
server: "<NFS_SERVER_IP>" # TODO: replace with xpen NAS IP
path: "<NFS_PATH>" # TODO: replace with NFS export path (e.g. /volume1/k8s)
server: "192.168.1.16" # TODO: replace with xpen NAS IP
path: "/volume2/k8s-storage" # TODO: replace with NFS export path (e.g. /volume1/k8s)
mountOptions:
- nfsvers=4.1