diff --git a/descheduler/config/policy.yaml b/descheduler/config/policy.yaml index ba9a330..98e21d8 100644 --- a/descheduler/config/policy.yaml +++ b/descheduler/config/policy.yaml @@ -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: