nginx.conf
This commit is contained in:
parent
a9ae743de9
commit
350e3a804c
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ server:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: sidecar-script
|
- name: sidecar-script
|
||||||
mountPath: /etc/nginx
|
mountPath: /etc/nginx/nginx.conf
|
||||||
subPath: nginx.conf
|
subPath: nginx.conf
|
||||||
- name: sidecar-script
|
- name: sidecar-script
|
||||||
mountPath: /tmp/sidecar.sh
|
mountPath: /tmp/sidecar.sh
|
||||||
|
|
Loading…
Reference in a new issue