fix: disable Prometheus rule for Redis cluster metrics

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-03-08 21:52:14 +08:00
parent f1933d6407
commit 1a91cfcf67

View File

@ -1087,7 +1087,7 @@ metrics:
## @param metrics.prometheusRule.rules Create specified [rules](https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/), check values for an example. ## @param metrics.prometheusRule.rules Create specified [rules](https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/), check values for an example.
## ##
prometheusRule: prometheusRule:
enabled: true enabled: false
additionalLabels: additionalLabels:
release: kube-prometheus-stack release: kube-prometheus-stack
namespace: "freeleaps-monitoring-system" namespace: "freeleaps-monitoring-system"