env:
- name: CRON_SCHEDULE value: "0 * * * *" - name: TINI_SUBREAPER value:
This commit is contained in:
parent
fc6ee8bcae
commit
ee630c88b9
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@ server:
|
|||
image: skymatic/logrotate:latest # MIT License
|
||||
securityContext:
|
||||
runAsUser: 100
|
||||
env:
|
||||
- name: CRON_SCHEDULE
|
||||
value: "0 * * * *"
|
||||
- name: TINI_SUBREAPER
|
||||
value:
|
||||
volumeMounts:
|
||||
- name: host-log-storage
|
||||
mountPath: /openbao/logs
|
||||
|
|
Reference in a new issue