Update volume paths for nginx pod
This commit is contained in:
@@ -19,10 +19,10 @@ spec:
|
|||||||
volumes:
|
volumes:
|
||||||
- name: src-rock
|
- name: src-rock
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /rrr/src/legacy_www/rock
|
path: /srv/src/legacy_www/rock
|
||||||
- name: nginx-conf
|
- name: nginx-conf
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /rrr/config/rock/nginx/site.conf
|
path: /srv/config/rock/nginx/site.conf
|
||||||
containers:
|
containers:
|
||||||
- name: nginx
|
- name: nginx
|
||||||
image: nginx
|
image: nginx
|
||||||
|
|||||||
Reference in New Issue
Block a user