feat(descheduler): tweak policy thresholds
All checks were successful
Renovate / renovate (push) Successful in 1m6s

This commit is contained in:
Peter 2024-09-09 14:34:56 +02:00
parent a92ada7d46
commit aec4d62781
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -9,13 +9,13 @@ profiles:
- name: "LowNodeUtilization"
args:
thresholds:
"cpu": 50
"memory": 50
"pods": 50
"cpu": 30
"memory": 30
"pods": 30
targetThresholds:
"cpu": 70
"memory": 70
"pods": 70
"cpu": 60
"memory": 60
"pods": 60
plugins:
balance:
enabled: