mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-25 01:34:36 +01:00
quotation marks removed
This commit is contained in:
parent
dc0bc57f96
commit
75ce1f3e7a
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user