image: skymatic/logrotate:latest

This commit is contained in:
miwr 2025-03-31 11:42:14 +02:00
parent 17f578dde2
commit 0485a8fb76

View file

@ -15,7 +15,7 @@ server:
- name: host-log-storage
mountPath: /openbao/logs
- name: logrotate
image: blacklabelops/logrotate:latest # MIT-License
image: skymatic/logrotate:latest # MIT License
# command: ["/bin/sh", "-c", "while true; do /usr/sbin/logrotate /etc/logrotate.conf; sleep 60; done"]
securityContext:
runAsUser: 100