xcad2k 4 лет назад
Родитель
Сommit
75ce1f3e7a

+ 1 - 1
kubernetes/templates/pv-and-pvc/civo-web.yml

@@ -20,7 +20,7 @@ spec:
             containerPort: 80
         volumeMounts:
           - name: civo
-            mountPath: "/usr/share/nginx/html"
+            mountPath: /usr/share/nginx/html
       volumes:
       - name: civo
         persistentVolumeClaim:

+ 1 - 1
kubernetes/templates/pv-and-pvc/local-web.yml

@@ -20,7 +20,7 @@ spec:
             containerPort: 80
         volumeMounts:
           - name: local
-            mountPath: "/usr/share/nginx/html"
+            mountPath: /usr/share/nginx/html
       volumes:
       - name: local
         hostPath:

+ 1 - 1
kubernetes/templates/pv-and-pvc/nfs-web.yml

@@ -20,7 +20,7 @@ spec:
             containerPort: 80
         volumeMounts:
           - name: nfs
-            mountPath: "/usr/share/nginx/html"
+            mountPath: /usr/share/nginx/html
       volumes:
       - name: nfs
         persistentVolumeClaim: