/etc/alloy/config.yaml
This commit is contained in:
parent
4e673f674d
commit
aeca6100f5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue