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