deleted unneccessary container

This commit is contained in:
miwr 2025-04-23 13:28:18 +02:00
parent 58fd63da54
commit 01a9c0e0e6

View file

@ -22,19 +22,6 @@ server:
- name: passwd-volume
mountPath: /etc/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
image: alpine:latest
command: ["/bin/sh", "/tmp/start.sh"]