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 * * * *"
|
value: "*/1 * * * *"
|
||||||
- name: CROND_LOGLEVEL
|
- name: CROND_LOGLEVEL
|
||||||
value: "7"
|
value: "7"
|
||||||
|
volumeMounts:
|
||||||
|
- name: host-log-storage
|
||||||
|
mountPath: /openbao/logs
|
||||||
volumes:
|
volumes:
|
||||||
- name: logrotate-config-volume
|
- name: logrotate-config-volume
|
||||||
configMap:
|
configMap:
|
||||||
|
|
Loading…
Reference in a new issue