IPCEICIS-2952 #31

Merged
Michal.Wrobel merged 113 commits from IPCEICIS-2952 into development 2025-05-28 10:30:56 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 48fb2c1481 - Show all commits

View file

@ -5,7 +5,7 @@ metadata:
data:
logrotate.conf: |
Review

might be nice to make it configurable via helm

might be nice to make it configurable via helm
Review

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.

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.
/openbao/logs/openbao/*.log {
size 5k
size 1M
rotate 7
compress
missingok

View file

@ -29,7 +29,7 @@ server:
- name: LOGROTATE_FILE_PATTERN
value: "/openbao/logs/openbao/*.log"
- name: LOGROTATE_FILESIZE
value: "5k"
value: "1M"
- name: LOGROTATE_FILENUM
value: "10"
- name: CRON_EXPR