- name: logrotate-config

mountPath: /etc/logrotate.conf
          subPath: logrotate.conf
          readOnly: true
This commit is contained in:
miwr 2025-03-31 12:22:35 +02:00
parent f6d1842876
commit e5ccae1aab

View file

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