no logrotate sidecar container
This commit is contained in:
parent
01a9c0e0e6
commit
9c8cdbf7a4
1 changed files with 0 additions and 21 deletions
|
@ -1,27 +1,6 @@
|
|||
server:
|
||||
shareProcessNamespace: true
|
||||
extraContainers:
|
||||
- name: logrotate
|
||||
image: skymatic/logrotate:latest # MIT License
|
||||
securityContext:
|
||||
runAsUser: 100
|
||||
env:
|
||||
- name: CRON_SCHEDULE
|
||||
value: "* * * * *"
|
||||
- name: TINI_SUBREAPER
|
||||
value:
|
||||
volumeMounts:
|
||||
- name: host-log-storage
|
||||
mountPath: /openbao/logs
|
||||
- name: logrotate-config-volume
|
||||
mountPath: /etc/logrotate.conf
|
||||
subPath: logrotate.conf
|
||||
readOnly: true
|
||||
- name: status
|
||||
mountPath: /var/lib
|
||||
- name: passwd-volume
|
||||
mountPath: /etc/passwd
|
||||
subPath: passwd
|
||||
- name: sidecar
|
||||
image: alpine:latest
|
||||
command: ["/bin/sh", "/tmp/start.sh"]
|
||||
|
|
Loading…
Reference in a new issue