From 90580d543c0801f3fa47a4f809f69e705ad87d94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 30 Aug 2026 10:53:50 +0000 Subject: [PATCH] alloy: kube scraper removed tolerations --- .../monitoring/deploy/alloy/kube-scraper/helm-values.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/services/monitoring/deploy/alloy/kube-scraper/helm-values.yaml b/services/monitoring/deploy/alloy/kube-scraper/helm-values.yaml index be3697d..cbdd99e 100644 --- a/services/monitoring/deploy/alloy/kube-scraper/helm-values.yaml +++ b/services/monitoring/deploy/alloy/kube-scraper/helm-values.yaml @@ -1,9 +1,5 @@ controller: type: 'deployment' - tolerations: - - key: "infra.limbosolutions.com/dedicated" - operator: "Exists" - effect: "NoSchedule" nodeSelector: kubernetes.io/hostname: casa-minion-01 alloy: