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:
|
||||
- containerPort: 8080
|
||||
volumeMounts:
|
||||
- name: idecar-script
|
||||
- name: sidecar-script
|
||||
mountPath: /etc/nginx
|
||||
subPath: nginx.conf
|
||||
subPathExpr: 'nginx.conf'
|
||||
- name: idecar-script
|
||||
- name: sidecar-script
|
||||
mountPath: /tmp/sidecar.sh
|
||||
subPath: sidecar.sh
|
||||
mode: 0755
|
||||
|
|
Loading…
Reference in a new issue