- name: init

image: alpine:latest
This commit is contained in:
miwr 2025-04-01 10:45:20 +02:00
parent 06fb6d223f
commit 6df0858cdf

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