run descheduler daily instead of hourly [ci skip]
This commit is contained in:
parent
c439b1b263
commit
37d2e1ba5e
2 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ resource "kubernetes_cron_job" "descheduler" {
|
|||
namespace = "descheduler"
|
||||
}
|
||||
spec {
|
||||
schedule = "0 * * * *"
|
||||
schedule = "0 0 * * *"
|
||||
concurrency_policy = "Forbid"
|
||||
job_template {
|
||||
metadata {
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue