This commit is contained in:
miwr 2025-03-17 13:46:53 +01:00
parent 4b553dd258
commit 3eec895f67

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