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 9c8cdbf7a4 - Show all commits

View file

@ -1,27 +1,6 @@
server:
shareProcessNamespace: true
extraContainers:
- name: logrotate
image: skymatic/logrotate:latest # MIT License
securityContext:
runAsUser: 100
env:
- name: CRON_SCHEDULE
value: "* * * * *"
- name: TINI_SUBREAPER
value:
volumeMounts:
- name: host-log-storage
mountPath: /openbao/logs
- name: logrotate-config-volume
mountPath: /etc/logrotate.conf
subPath: logrotate.conf
readOnly: true
- name: status
mountPath: /var/lib
- name: passwd-volume
mountPath: /etc/passwd
subPath: passwd
- name: sidecar
image: alpine:latest
command: ["/bin/sh", "/tmp/start.sh"]