logrotate-config-volume

This commit is contained in:
miwr 2025-03-31 12:31:38 +02:00
parent e5ccae1aab
commit 0107666fe2

View file

@ -22,7 +22,7 @@ server:
volumeMounts: volumeMounts:
- name: host-log-storage - name: host-log-storage
mountPath: /openbao/logs mountPath: /openbao/logs
- name: logrotate-config - name: logrotate-config-volume
mountPath: /etc/logrotate.conf mountPath: /etc/logrotate.conf
subPath: logrotate.conf subPath: logrotate.conf
readOnly: true readOnly: true
@ -34,7 +34,7 @@ server:
- name: config-volume - name: config-volume
configMap: configMap:
name: sidecar-container-alloy-config name: sidecar-container-alloy-config
- name: config-logrotate - name: logrotate-config-volume
configMap: configMap:
name: logrotate-config name: logrotate-config
- name: host-log-storage - name: host-log-storage