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" - name: "LowNodeUtilization"
args: args:
thresholds: thresholds:
"cpu": 50 "cpu": 30
"memory": 50 "memory": 30
"pods": 50 "pods": 30
targetThresholds: targetThresholds:
"cpu": 70 "cpu": 60
"memory": 70 "memory": 60
"pods": 70 "pods": 60
plugins: plugins:
balance: balance:
enabled: enabled: