finals touches
This commit is contained in:
parent
07ff00fce1
commit
f71729c074
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ metadata:
|
|||
data:
|
||||
logrotate.conf: |
|
||||
/openbao/logs/openbao/*.log {
|
||||
size 1M
|
||||
size 50M
|
||||
rotate 7
|
||||
missingok
|
||||
notifempty
|
||||
|
|
|
@ -4,7 +4,7 @@ metadata:
|
|||
name: logrotate-cronjob
|
||||
namespace: openbao
|
||||
spec:
|
||||
schedule: "*/2 * * * *"
|
||||
schedule: "0 * * * *"
|
||||
jobTemplate:
|
||||
spec:
|
||||
template:
|
||||
|
|
Loading…
Reference in a new issue