modified: services/monitoring/deploy/alloy/node-scraper/helm-values.yaml

This commit is contained in:
Márcio Fernandes
2026-08-29 20:32:49 +00:00
parent b9eadef1ad
commit bd6922b1cf
@@ -11,6 +11,14 @@ controller:
hostPath:
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:
mounts:
varlog: true # Mounts /var/log from the host (persistent journal)