stacks/template
miwr 6acd284b83 - name: logrotate
image: alpine:latest
      command: ["/bin/sh", "-c", "while true; do /usr/sbin/logrotate /etc/logrotate.conf; sleep 60; done"]
      securityContext:
        runAsUser: 100
      volumeMounts:
        - name: host-log-storage
          mountPath: /openbao/logs
        - name: logrotate-config
          mountPath: /etc/logrotate.conf
          subPath: logrotate.conf
2025-03-31 10:03:59 +02:00
..
registry created an own variable for domain gitea 2025-02-24 23:10:05 +01:00
stacks - name: logrotate 2025-03-31 10:03:59 +02:00
edfbuilder.yaml created an own variable for domain gitea 2025-02-24 23:10:05 +01:00