sidecar-script
This commit is contained in:
parent
6811280b92
commit
dd9ddc8fdb
1 changed files with 2 additions and 2 deletions
|
@ -40,11 +40,11 @@ server:
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: idecar-script
|
- name: sidecar-script
|
||||||
mountPath: /etc/nginx
|
mountPath: /etc/nginx
|
||||||
subPath: nginx.conf
|
subPath: nginx.conf
|
||||||
subPathExpr: 'nginx.conf'
|
subPathExpr: 'nginx.conf'
|
||||||
- name: idecar-script
|
- name: sidecar-script
|
||||||
mountPath: /tmp/sidecar.sh
|
mountPath: /tmp/sidecar.sh
|
||||||
subPath: sidecar.sh
|
subPath: sidecar.sh
|
||||||
mode: 0755
|
mode: 0755
|
||||||
|
|
Loading…
Reference in a new issue