diff --git a/examples/nfs/nfs-web-pod.yaml b/examples/nfs/nfs-web-pod.yaml index f3824f4929..0c897fd910 100644 --- a/examples/nfs/nfs-web-pod.yaml +++ b/examples/nfs/nfs-web-pod.yaml @@ -17,7 +17,7 @@ spec: volumeMounts: # name must match the volume name below - name: nfs - mountPath: "/var/www/html" + mountPath: "/usr/share/nginx/html" volumes: - name: nfs nfs: