modified: services/monitoring/deploy/alloy/node-scraper/helm-values.yaml
This commit is contained in:
@@ -11,6 +11,14 @@ controller:
|
|||||||
hostPath:
|
hostPath:
|
||||||
path: /etc/machine-id
|
path: /etc/machine-id
|
||||||
|
|
||||||
|
tolerations:
|
||||||
|
- key: "node-role.kubernetes.io/control-plane"
|
||||||
|
operator: "Exists"
|
||||||
|
effect: "NoSchedule"
|
||||||
|
- key: "infra.limbosolutions.com/dedicated"
|
||||||
|
operator: "Exists"
|
||||||
|
effect: "NoSchedule"
|
||||||
|
|
||||||
alloy:
|
alloy:
|
||||||
mounts:
|
mounts:
|
||||||
varlog: true # Mounts /var/log from the host (persistent journal)
|
varlog: true # Mounts /var/log from the host (persistent journal)
|
||||||
|
|||||||
Reference in New Issue
Block a user