IPCEICIS-3111 #21

Closed
Michal.Wrobel wants to merge 131 commits from IPCEICIS-3111 into development
Showing only changes of commit 39eab1ef93 - Show all commits

View file

@ -16,6 +16,8 @@ server:
mountPath: /openbao/logs
- name: alloy-data
mountPath: /var/lib/alloy
- name: config-volume
mountPath: /var/lib/alloy/config
- name: log-sidecar
image: alpine:latest
command: ["/bin/sh", "-c", "
@ -33,10 +35,13 @@ server:
emptyDir: {}
- name: alloy-data
emptyDir: {}
- name: config-volume
configMap:
name: sidecar-container-alloy-config
volumeMounts:
- mountPath: /var/lib/alloy/data
name: alloy-data
- mountPath: /openbao/logs
name: log-storage
readOnly: false
postStart: