IPCEICIS-2952 #31

Merged
Michal.Wrobel merged 113 commits from IPCEICIS-2952 into development 2025-05-28 10:30:56 +00:00
Showing only changes of commit 6df0858cdf - Show all commits

View file

@ -1,5 +1,17 @@
server:
shareProcessNamespace: true
extraInitContainers:
- name: init
image: alpine:latest
securityContext:
runAsUser: 0
volumeMounts:
- name: alloy-data
mountPath: /var/lib/alloy
- name: config-volume
mountPath: /etc/alloy
- name: host-log-storage
mountPath: /openbao/logs
extraContainers:
- name: grafana-alloy
image: grafana/alloy:latest