log-sidecar removed
This commit is contained in:
parent
64677a02d1
commit
d21c543f2c
1 changed files with 0 additions and 16 deletions
|
@ -13,22 +13,6 @@ server:
|
|||
mountPath: /var/lib/alloy
|
||||
- name: config-volume
|
||||
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:
|
||||
- name: log-storage
|
||||
|
|
Loading…
Reference in a new issue