[ci skip] Set CronJob backoffLimit=0 to prevent duplicate Slack alerts

This commit is contained in:
Viktor Barzin 2026-02-22 00:59:34 +00:00
parent c1ee757c6b
commit e59928187b

View file

@ -543,6 +543,7 @@ resource "kubernetes_cron_job_v1" "cluster_healthcheck" {
}
spec {
active_deadline_seconds = 300
backoff_limit = 0
template {
metadata {
labels = {