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:
|
data:
|
||||||
logrotate.conf: |
|
logrotate.conf: |
|
||||||
/openbao/logs/openbao/*.log {
|
/openbao/logs/openbao/*.log {
|
||||||
size 1M
|
size 50M
|
||||||
rotate 7
|
rotate 7
|
||||||
missingok
|
missingok
|
||||||
notifempty
|
notifempty
|
||||||
|
|
|
@ -4,7 +4,7 @@ metadata:
|
||||||
name: logrotate-cronjob
|
name: logrotate-cronjob
|
||||||
namespace: openbao
|
namespace: openbao
|
||||||
spec:
|
spec:
|
||||||
schedule: "*/2 * * * *"
|
schedule: "0 * * * *"
|
||||||
jobTemplate:
|
jobTemplate:
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
|
|
Loading…
Reference in a new issue