restart verything once a week [ci skip]

This commit is contained in:
Viktor Barzin 2025-03-09 14:12:43 +00:00
parent 0416bb320f
commit 0cc475342f

View file

@ -146,6 +146,17 @@ deschedulerPolicy:
pods: 30
metricsUtilization:
metricsServer: true
- name: PodLifeTime
args:
maxPodLifeTimeSeconds: 604800
namespaces:
exclude:
- "dbaas" # let's not meddle with the dbs
- "kube-system"
- "calico-system"
- "calico-apiserver"
- "metallb-system"
- "monitoring"
plugins:
balance:
enabled:
@ -158,6 +169,7 @@ deschedulerPolicy:
- RemovePodsViolatingNodeTaints
- RemovePodsViolatingNodeAffinity
- RemovePodsViolatingInterPodAntiAffinity
- PodLifeTime
priorityClassName: system-cluster-critical