feat: change rules
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 19s
lint-test-helm / validate-kubeconform (pull_request) Successful in 17s
render-manifests / render-manifests (pull_request) Successful in 2m27s

This commit is contained in:
2026-05-06 18:49:08 -05:00
parent 3fca9f4717
commit e6420f317d

View File

@@ -10,7 +10,7 @@ descheduler:
requests:
cpu: 10m
memory: 50Mi
deschedulingInterval: 5m
deschedulingInterval: 2m
replicas: 3
leaderElection:
enabled: true
@@ -51,13 +51,13 @@ descheduler:
- name: LowNodeUtilization
args:
thresholds:
cpu: 20
memory: 20
pods: 20
cpu: 30
memory: 30
pods: 30
targetThresholds:
cpu: 50
memory: 50
pods: 60
cpu: 45
memory: 45
pods: 45
plugins:
balance:
enabled: