add counter for overall webhook failures
This commit is contained in:
parent
a3fe565ec5
commit
a93aa03f72
2 changed files with 17 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue