image: debian:stable-slim

This commit is contained in:
miwr 2025-03-31 11:07:40 +02:00
parent 398c94fbc8
commit a35aefc376

View file

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