IPCEICIS-2952 #31
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