From 001aa9253d865e2c6086c47332803d28f3730472 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sat, 10 Jan 2026 15:43:19 +0900 Subject: [PATCH] PERF(loki): disable canary to reduce MinIO load - Disable lokiCanary which queries Loki every second - Reduces continuous S3 read operations on MinIO --- loki/helm-values.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/loki/helm-values.yaml b/loki/helm-values.yaml index 805b361..48c25ca 100644 --- a/loki/helm-values.yaml +++ b/loki/helm-values.yaml @@ -105,13 +105,9 @@ chunksCache: resultsCache: enabled: false -# Loki Canary - top level config +# Loki Canary - disabled to reduce MinIO load lokiCanary: - enabled: true - tolerations: - - key: "node-role.kubernetes.io/control-plane" - operator: "Exists" - effect: "NoSchedule" + enabled: false # Monitoring monitoring: