Update volume paths for nginx pod

This commit is contained in:
2024-11-24 01:02:07 +07:00
parent 0e06dd91d4
commit 98a3fce3b6

View File

@@ -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