From 534ec64b5e4c0ef34c6388d23509b1bc6bd3b9c3 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 6 Dec 2025 20:03:18 -0600 Subject: [PATCH] change thresholds --- clusters/cl01tl/helm/descheduler/values.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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: