From bd6922b1cf6e8bd9f406eb684392ca2bcf049364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 29 Aug 2026 20:32:49 +0000 Subject: [PATCH] modified: services/monitoring/deploy/alloy/node-scraper/helm-values.yaml --- .../monitoring/deploy/alloy/node-scraper/helm-values.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/services/monitoring/deploy/alloy/node-scraper/helm-values.yaml b/services/monitoring/deploy/alloy/node-scraper/helm-values.yaml index b38729e..5fa1a9b 100644 --- a/services/monitoring/deploy/alloy/node-scraper/helm-values.yaml +++ b/services/monitoring/deploy/alloy/node-scraper/helm-values.yaml @@ -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)