IPCEICIS-3111 #21

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

View file

@ -3,11 +3,11 @@ server:
- name: log-sidecar - name: log-sidecar
image: alpine:latest image: alpine:latest
command: ["/bin/sh", "-c", " command: ["/bin/sh", "-c", "
while kill -0 $(pidof openbao) 2>/dev/null; do sleep 1; done; # while kill -0 $(pidof openbao) 2>/dev/null; do sleep 1; done;
echo 'OpenBao has crashed - giving Alloy time to collect logs...' >> var/log/openbao.log; # echo 'OpenBao has crashed - giving Alloy time to collect logs...' >> var/log/openbao.log;
sleep 20; # sleep 20;
echo 'Sidecar exiting.'; # echo 'Sidecar exiting.';
exit 1; # exit 1;
"] "]
volumeMounts: volumeMounts:
- name: log-storage - name: log-storage