no logrotate sidecar container

This commit is contained in:
miwr 2025-04-23 13:54:07 +02:00
parent 01a9c0e0e6
commit 9c8cdbf7a4

View file

@ -1,27 +1,6 @@
server: server:
shareProcessNamespace: true shareProcessNamespace: true
extraContainers: 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 - name: sidecar
image: alpine:latest image: alpine:latest
command: ["/bin/sh", "/tmp/start.sh"] command: ["/bin/sh", "/tmp/start.sh"]