add counter for overall webhook failures

This commit is contained in:
viktorbarzin 2023-04-03 22:37:59 +01:00
parent a3fe565ec5
commit a93aa03f72
2 changed files with 17 additions and 1 deletions

View file

@ -91,6 +91,14 @@ resource "kubernetes_config_map" "policy" {
"cpu" : 70
"memory": 30
"pods": 50
"HighNodeUtilization"
enabled: true
params:
nodeResourceUtilizationThresholds:
thresholds:
"cpu" : 20
"memory": 20
"pods": 20
"PodLifeTime":
enabled: true
params: