From a1c347e4ff08c2b1b1128a6bfb093696bb57d866 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Thu, 8 Jan 2026 19:59:03 +0900 Subject: [PATCH] FEAT(loki): enable loki-canary with control-plane toleration - Enable lokiCanary for log ingestion monitoring - Add toleration for control-plane node --- loki/helm-values.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/loki/helm-values.yaml b/loki/helm-values.yaml index b93908a..8d9012f 100644 --- a/loki/helm-values.yaml +++ b/loki/helm-values.yaml @@ -102,7 +102,11 @@ monitoring: grafanaAgent: installOperator: false lokiCanary: - enabled: false + enabled: true + tolerations: + - key: "node-role.kubernetes.io/control-plane" + operator: "Exists" + effect: "NoSchedule" serviceMonitor: enabled: true interval: 60s