diff --git a/helm/db-controller/files/grafana-dashboard.json b/helm/db-controller/files/grafana-dashboard.json index 1ed7d6df..c4378aec 100644 --- a/helm/db-controller/files/grafana-dashboard.json +++ b/helm/db-controller/files/grafana-dashboard.json @@ -286,7 +286,6 @@ "mode": "thresholds" }, "mappings": [], - "min": 0, "thresholds": { "mode": "absolute", "steps": [ @@ -351,7 +350,6 @@ "mode": "thresholds" }, "mappings": [], - "min": 0, "thresholds": { "mode": "absolute", "steps": [ @@ -1131,7 +1129,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", @@ -1255,7 +1254,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", @@ -1368,7 +1368,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", @@ -1504,7 +1505,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", @@ -1566,7 +1568,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null } ] },