PERF(loki): disable canary to reduce MinIO load
- Disable lokiCanary which queries Loki every second - Reduces continuous S3 read operations on MinIO
This commit is contained in:
@@ -105,13 +105,9 @@ chunksCache:
|
|||||||
resultsCache:
|
resultsCache:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
# Loki Canary - top level config
|
# Loki Canary - disabled to reduce MinIO load
|
||||||
lokiCanary:
|
lokiCanary:
|
||||||
enabled: true
|
enabled: false
|
||||||
tolerations:
|
|
||||||
- key: "node-role.kubernetes.io/control-plane"
|
|
||||||
operator: "Exists"
|
|
||||||
effect: "NoSchedule"
|
|
||||||
|
|
||||||
# Monitoring
|
# Monitoring
|
||||||
monitoring:
|
monitoring:
|
||||||
|
|||||||
Reference in New Issue
Block a user