diff --git a/staging/volumes/nfs/nfs-pv.yaml b/staging/volumes/nfs/nfs-pv.yaml index 89c8d208e..ff1c26792 100644 --- a/staging/volumes/nfs/nfs-pv.yaml +++ b/staging/volumes/nfs/nfs-pv.yaml @@ -8,6 +8,5 @@ spec: accessModes: - ReadWriteMany nfs: - # FIXME: use the right IP - server: 10.244.1.4 + server: nfs-server.default.svc.cluster.local path: "/"