# - name: logrotate-config

#   mountPath: /etc/logrotate.conf
        #   subPath: logrotate.conf
This commit is contained in:
miwr 2025-03-31 10:10:59 +02:00
parent 6acd284b83
commit 3853370a8c

View file

@ -21,9 +21,9 @@ server:
volumeMounts:
- name: host-log-storage
mountPath: /openbao/logs
- name: logrotate-config
mountPath: /etc/logrotate.conf
subPath: logrotate.conf
# - name: logrotate-config
# mountPath: /etc/logrotate.conf
# subPath: logrotate.conf
volumes:
- name: log-storage
emptyDir: {}