mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 16:29:21 +00:00
Fix nginx path in nfs pod example.
nginx document root has changed. This updates the document root in the nfs example. Signed-off-by: Sami Wagiaalla <swagiaal@redhat.com>
This commit is contained in:
parent
f048d0dff7
commit
07f31d31a9
@ -17,7 +17,7 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
# name must match the volume name below
|
# name must match the volume name below
|
||||||
- name: nfs
|
- name: nfs
|
||||||
mountPath: "/var/www/html"
|
mountPath: "/usr/share/nginx/html"
|
||||||
volumes:
|
volumes:
|
||||||
- name: nfs
|
- name: nfs
|
||||||
nfs:
|
nfs:
|
||||||
|
Loading…
Reference in New Issue
Block a user