alpine:latest

This commit is contained in:
miwr 2025-03-31 11:02:11 +02:00
parent 30f0c6f218
commit 398c94fbc8

View file

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