mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 05:14:13 +01:00
Signed-off-by: Furkan <furkan.turkal@trendyol.com> Signed-off-by: eminaktas <eminaktas34@gmail.com> Co-authored-by: Emin <emin.aktas@trendyol.com> Co-authored-by: Yasin <yasintaha.erol@trendyol.com>
12 lines
246 B
YAML
12 lines
246 B
YAML
apiVersion: "descheduler/v1alpha1"
|
|
kind: "DeschedulerPolicy"
|
|
strategies:
|
|
"PodLifeTime":
|
|
enabled: true
|
|
params:
|
|
podLifeTime:
|
|
maxPodLifeTimeSeconds: 5
|
|
namespaces:
|
|
include:
|
|
- "e2e-testleaderelection-a"
|