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
Sami Wagiaalla 2015-06-05 16:47:45 -04:00
parent f048d0dff7
commit 07f31d31a9
1 changed files with 1 additions and 1 deletions

View File

@ -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: