IPCEICIS-2952 #31

Merged
Michal.Wrobel merged 113 commits from IPCEICIS-2952 into development 2025-05-28 10:30:56 +00:00
Showing only changes of commit 01a9c0e0e6 - Show all commits

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"]