reduce ingress-dns-sync frequency to hourly [ci skip]

This commit is contained in:
Viktor Barzin 2026-05-28 22:30:08 +00:00
parent 5ac8d625b9
commit 4dff834c8a

View file

@ -845,7 +845,7 @@ resource "kubernetes_cron_job_v1" "technitium_ingress_dns_sync" {
namespace = kubernetes_namespace.technitium.metadata[0].name
}
spec {
schedule = "*/15 * * * *"
schedule = "0 * * * *"
successful_jobs_history_limit = 1
failed_jobs_history_limit = 3
job_template {