log-sidecar removed

This commit is contained in:
miwr 2025-03-20 15:50:04 +01:00
parent 64677a02d1
commit d21c543f2c

View file

@ -13,22 +13,6 @@ server:
mountPath: /var/lib/alloy mountPath: /var/lib/alloy
- name: config-volume - name: config-volume
mountPath: /etc/alloy mountPath: /etc/alloy
- name: log-sidecar
image: alpine:latest
command: ["/bin/sh", "-c", "
while true; do
echo 'Hello'
sleep 5;
done
"]
volumeMounts:
- name: log-storage
mountPath: /openbao/logs/pupa
- name: config-volume
mountPath: /etc/alloy
items:
- key: "config.yaml"
path: "config.alloy"
volumes: volumes:
- name: log-storage - name: log-storage