diff --git a/clusters/cl01tl/helm/descheduler/values.yaml b/clusters/cl01tl/helm/descheduler/values.yaml index 1baf832f2..57c98c11e 100644 --- a/clusters/cl01tl/helm/descheduler/values.yaml +++ b/clusters/cl01tl/helm/descheduler/values.yaml @@ -42,13 +42,13 @@ descheduler: - name: LowNodeUtilization args: thresholds: - cpu: 20 - memory: 20 - pods: 20 + cpu: 30 + memory: 30 + pods: 100 targetThresholds: cpu: 60 - memory: 60 - pods: 60 + memory: 40 + pods: 150 plugins: balance: enabled: