From 9f3b768cd9c854f3f61975d8de67781b0b16db9c Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Thu, 8 Jan 2026 20:03:51 +0900 Subject: [PATCH] FIX(loki): fix lokiCanary config path - Move lokiCanary to top-level config - Fix toleration not being applied to DaemonSet --- loki/helm-values.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/loki/helm-values.yaml b/loki/helm-values.yaml index 8d9012f..ca2a65c 100644 --- a/loki/helm-values.yaml +++ b/loki/helm-values.yaml @@ -95,18 +95,20 @@ chunksCache: resultsCache: enabled: false +# Loki Canary - top level config +lokiCanary: + enabled: true + tolerations: + - key: "node-role.kubernetes.io/control-plane" + operator: "Exists" + effect: "NoSchedule" + # Monitoring monitoring: selfMonitoring: enabled: false grafanaAgent: installOperator: false - lokiCanary: - enabled: true - tolerations: - - key: "node-role.kubernetes.io/control-plane" - operator: "Exists" - effect: "NoSchedule" serviceMonitor: enabled: true interval: 60s