deleted unneccessary container
This commit is contained in:
parent
58fd63da54
commit
01a9c0e0e6
1 changed files with 0 additions and 13 deletions
|
@ -22,19 +22,6 @@ server:
|
||||||
- name: passwd-volume
|
- name: passwd-volume
|
||||||
mountPath: /etc/passwd
|
mountPath: /etc/passwd
|
||||||
subPath: passwd
|
subPath: passwd
|
||||||
# - name: logrotate2
|
|
||||||
# image: alpine:latest
|
|
||||||
# command: ["/bin/sh", "-c", "/tmp/sidecar.sh"]
|
|
||||||
# securityContext:
|
|
||||||
# runAsUser: 100
|
|
||||||
# ports:
|
|
||||||
# - containerPort: 8081
|
|
||||||
# volumeMounts:
|
|
||||||
# - name: passwd-volume
|
|
||||||
# mountPath: /etc/passwd
|
|
||||||
# subPath: passwd
|
|
||||||
# - name: sidecar-script
|
|
||||||
# mountPath: /tmp
|
|
||||||
- name: sidecar
|
- name: sidecar
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
command: ["/bin/sh", "/tmp/start.sh"]
|
command: ["/bin/sh", "/tmp/start.sh"]
|
||||||
|
|
Loading…
Reference in a new issue