run descheduler daily instead of hourly [ci skip]
This commit is contained in:
parent
0f6e291ad2
commit
4d95508d99
1 changed files with 3 additions and 2 deletions
|
|
@ -53,10 +53,10 @@ namespaceOverride: ""
|
||||||
commonLabels: {}
|
commonLabels: {}
|
||||||
|
|
||||||
cronJobApiVersion: "batch/v1"
|
cronJobApiVersion: "batch/v1"
|
||||||
schedule: "0 * * * *"
|
schedule: "0 0 * * *"
|
||||||
suspend: false
|
suspend: false
|
||||||
# startingDeadlineSeconds: 200
|
# startingDeadlineSeconds: 200
|
||||||
# successfulJobsHistoryLimit: 3
|
successfulJobsHistoryLimit: 10
|
||||||
# failedJobsHistoryLimit: 1
|
# failedJobsHistoryLimit: 1
|
||||||
# ttlSecondsAfterFinished 600
|
# ttlSecondsAfterFinished 600
|
||||||
# timeZone: Etc/UTC
|
# timeZone: Etc/UTC
|
||||||
|
|
@ -160,6 +160,7 @@ deschedulerPolicy:
|
||||||
- "calico-apiserver"
|
- "calico-apiserver"
|
||||||
- "metallb-system"
|
- "metallb-system"
|
||||||
- "monitoring"
|
- "monitoring"
|
||||||
|
- "authentik"
|
||||||
- name: "RemoveFailedPods"
|
- name: "RemoveFailedPods"
|
||||||
args:
|
args:
|
||||||
reasons:
|
reasons:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue