openbao_logs_second_way #16

Merged
Michal.Wrobel merged 18 commits from openbao_logs_second_way into shipping_openbao_logs 2025-03-18 09:17:40 +00:00
Showing only changes of commit 3eec895f67 - Show all commits

View file

@ -1,20 +1,20 @@
server:
extraContainers:
- name: grafana-alloy
image: grafana/alloy:latest
ports:
- containerPort: 12345
volumeMounts:
- name: sidecar-container-alloy-config
mountPath: /etc/alloy
subPath: config.yaml
args:
- --config.file=/etc/alloy/config.yaml
# extraContainers:
# - name: grafana-alloy
# image: grafana/alloy:latest
# ports:
# - containerPort: 12345
# volumeMounts:
# - name: sidecar-container-alloy-config
# mountPath: /etc/alloy
# subPath: config.yaml
# args:
# - --config.file=/etc/alloy/config.yaml
extraVolumes:
- name: sidecar-container-alloy-config
configMap:
name: sidecar-container-alloy-config
# extraVolumes:
# - name: sidecar-container-alloy-config
# configMap:
# name: sidecar-container-alloy-config
postStart:
- sh