[ci skip] Set CronJob backoffLimit=0 to prevent duplicate Slack alerts
This commit is contained in:
parent
c1ee757c6b
commit
e59928187b
1 changed files with 1 additions and 0 deletions
|
|
@ -543,6 +543,7 @@ resource "kubernetes_cron_job_v1" "cluster_healthcheck" {
|
|||
}
|
||||
spec {
|
||||
active_deadline_seconds = 300
|
||||
backoff_limit = 0
|
||||
template {
|
||||
metadata {
|
||||
labels = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue