curlimages/curl:latest

This commit is contained in:
miwr 2025-03-18 13:12:09 +01:00
parent ef22f9e7be
commit 57779745e9

View file

@ -1,7 +1,7 @@
server:
extraContainers:
- name: log-sidecar
image: busybox
image: curlimages/curl:latest
command: ["/bin/sh", "-c", "while kill -0 $(pidof openbao) 2>/dev/null; do sleep 1; done; echo 'OpenBao has crashed - giving Alloy time to collect logs...'; sleep 20"]
volumeMounts:
- name: log-storage