volumeMounts:
- name: host-log-storage mountPath: /openbao/logs
This commit is contained in:
parent
49fdf90dd8
commit
a2d2bd9b87
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue