From 07f31d31a9ec2406ff320d2e9beaeaf46cc0ba99 Mon Sep 17 00:00:00 2001 From: Sami Wagiaalla Date: Fri, 5 Jun 2015 16:47:45 -0400 Subject: [PATCH] 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 --- examples/nfs/nfs-web-pod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nfs/nfs-web-pod.yaml b/examples/nfs/nfs-web-pod.yaml index f3824f49296..0c897fd910e 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: