From a3f270ebb73ddf31f5d4b0a78946bf1c55c697cd Mon Sep 17 00:00:00 2001 From: Matthias Baur Date: Tue, 19 Mar 2024 16:42:16 +0100 Subject: [PATCH] Severity of CNPGClusterLowDiskSpaceCritical should be critical not warning Signed-off-by: Matthias Baur --- charts/cluster/templates/prometheus-rule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/cluster/templates/prometheus-rule.yaml b/charts/cluster/templates/prometheus-rule.yaml index 3da33025b..bc3ffde84 100644 --- a/charts/cluster/templates/prometheus-rule.yaml +++ b/charts/cluster/templates/prometheus-rule.yaml @@ -173,5 +173,5 @@ spec: ) > 0.9 for: 5m labels: - severity: warning + severity: critical {{ end }}