volumeMounts:

- name: host-log-storage
          mountPath: /openbao/logs
This commit is contained in:
miwr 2025-04-02 08:59:29 +02:00
parent 49fdf90dd8
commit a2d2bd9b87

View file

@ -36,6 +36,9 @@ server:
value: "*/1 * * * *"
- name: CROND_LOGLEVEL
value: "7"
volumeMounts:
- name: host-log-storage
mountPath: /openbao/logs
volumes:
- name: logrotate-config-volume
configMap: