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