mirror of https://github.com/k3s-io/k3s
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>pull/6/head
parent
f048d0dff7
commit
07f31d31a9
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue