quotation marks removed
This commit is contained in:
@@ -20,7 +20,7 @@ spec:
|
|||||||
containerPort: 80
|
containerPort: 80
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: civo
|
- name: civo
|
||||||
mountPath: "/usr/share/nginx/html"
|
mountPath: /usr/share/nginx/html
|
||||||
volumes:
|
volumes:
|
||||||
- name: civo
|
- name: civo
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ spec:
|
|||||||
containerPort: 80
|
containerPort: 80
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: local
|
- name: local
|
||||||
mountPath: "/usr/share/nginx/html"
|
mountPath: /usr/share/nginx/html
|
||||||
volumes:
|
volumes:
|
||||||
- name: local
|
- name: local
|
||||||
hostPath:
|
hostPath:
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ spec:
|
|||||||
containerPort: 80
|
containerPort: 80
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: nfs
|
- name: nfs
|
||||||
mountPath: "/usr/share/nginx/html"
|
mountPath: /usr/share/nginx/html
|
||||||
volumes:
|
volumes:
|
||||||
- name: nfs
|
- name: nfs
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
|||||||
Reference in New Issue
Block a user