IPCEICIS-2952 #31
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ metadata:
|
||||||
data:
|
data:
|
||||||
logrotate.conf: |
|
logrotate.conf: |
|
||||||
|
|||||||
/openbao/logs/openbao/*.log {
|
/openbao/logs/openbao/*.log {
|
||||||
size 5k
|
size 1M
|
||||||
rotate 7
|
rotate 7
|
||||||
compress
|
compress
|
||||||
missingok
|
missingok
|
||||||
|
|
|
@ -29,7 +29,7 @@ server:
|
||||||
- name: LOGROTATE_FILE_PATTERN
|
- name: LOGROTATE_FILE_PATTERN
|
||||||
value: "/openbao/logs/openbao/*.log"
|
value: "/openbao/logs/openbao/*.log"
|
||||||
- name: LOGROTATE_FILESIZE
|
- name: LOGROTATE_FILESIZE
|
||||||
value: "5k"
|
value: "1M"
|
||||||
- name: LOGROTATE_FILENUM
|
- name: LOGROTATE_FILENUM
|
||||||
value: "10"
|
value: "10"
|
||||||
- name: CRON_EXPR
|
- name: CRON_EXPR
|
||||||
|
|
Reference in a new issue
might be nice to make it configurable via helm
I think this might be a good idea. My only concern is that all of the other ConfigMap definitions in our product are hardcoded and this would make it not consistent.