/etc/alloy/config.yaml

This commit is contained in:
miwr 2025-03-17 14:49:33 +01:00
parent 4e673f674d
commit aeca6100f5

View file

@ -6,7 +6,7 @@ server:
- containerPort: 12345 - containerPort: 12345
volumeMounts: volumeMounts:
- name: sidecar-container-alloy-config - name: sidecar-container-alloy-config
mountPath: /etc/alloy mountPath: /etc/alloy/config.yaml
subPath: config.yaml subPath: config.yaml
args: args:
- --config.file=/etc/alloy/config.yaml - --config.file=/etc/alloy/config.yaml