From a7d122b6162cc837d7060a6f314ef1b1c85c4e46 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 6 Dec 2025 20:14:54 -0600 Subject: [PATCH] adjust threasholds --- clusters/cl01tl/helm/descheduler/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/helm/descheduler/values.yaml b/clusters/cl01tl/helm/descheduler/values.yaml index d6e5910f8..cb2e2ea22 100644 --- a/clusters/cl01tl/helm/descheduler/values.yaml +++ b/clusters/cl01tl/helm/descheduler/values.yaml @@ -44,7 +44,7 @@ descheduler: thresholds: cpu : 80 memory: 80 - pods: 140 + pods: 90 evictableNamespaces: exclude: - "kube-system" @@ -55,11 +55,11 @@ descheduler: thresholds: cpu: 30 memory: 30 - pods: 90 + pods: 50 targetThresholds: cpu: 60 memory: 40 - pods: 100 + pods: 80 plugins: balance: enabled: