IPCEICIS-3111 #21
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
||||||
server:
|
server:
|
||||||
extraContainers:
|
extraContainers:
|
||||||
|
- name: init-log-permissions
|
||||||
|
image: busybox
|
||||||
|
command: ["sh", "-c", "chown -R 1000:1000 /var/log && chmod -R 775 /var/log"]
|
||||||
|
securityContext:
|
||||||
|
runAsUser: 0
|
||||||
|
volumeMounts:
|
||||||
|
- mountPath: /var/log
|
||||||
|
name: log-storage
|
||||||
- name: log-sidecar
|
- name: log-sidecar
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
command: ["/bin/sh", "-c", "
|
command: ["/bin/sh", "-c", "
|
||||||
|
|
Reference in a new issue