FIX(loki): fix lokiCanary config path

- Move lokiCanary to top-level config
- Fix toleration not being applied to DaemonSet
This commit is contained in:
2026-01-08 20:03:51 +09:00
parent a1c347e4ff
commit 9f3b768cd9

View File

@@ -95,18 +95,20 @@ chunksCache:
resultsCache: resultsCache:
enabled: false enabled: false
# Monitoring # Loki Canary - top level config
monitoring:
selfMonitoring:
enabled: false
grafanaAgent:
installOperator: false
lokiCanary: lokiCanary:
enabled: true enabled: true
tolerations: tolerations:
- key: "node-role.kubernetes.io/control-plane" - key: "node-role.kubernetes.io/control-plane"
operator: "Exists" operator: "Exists"
effect: "NoSchedule" effect: "NoSchedule"
# Monitoring
monitoring:
selfMonitoring:
enabled: false
grafanaAgent:
installOperator: false
serviceMonitor: serviceMonitor:
enabled: true enabled: true
interval: 60s interval: 60s