run descheduler daily instead of hourly [ci skip]

This commit is contained in:
viktorbarzin 2021-05-06 19:40:53 +01:00
parent c439b1b263
commit 37d2e1ba5e
No known key found for this signature in database
GPG key ID: 0EB088298288D958
2 changed files with 1 additions and 1 deletions

View file

@ -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.