diff --git a/roles/openshift-apps/mirrormanager/templates/cron-propagation.yml b/roles/openshift-apps/mirrormanager/templates/cron-propagation.yml index 5a8b42162a..870296a46d 100644 --- a/roles/openshift-apps/mirrormanager/templates/cron-propagation.yml +++ b/roles/openshift-apps/mirrormanager/templates/cron-propagation.yml @@ -7,7 +7,7 @@ spec: successfulJobsHistoryLimit: 3 failedJobsHistoryLimit: 3 concurrencyPolicy: Forbid - schedule: "27 */2 * * *" + schedule: "27 */4 * * *" startingDeadlineSeconds: 500 jobTemplate: spec: @@ -43,7 +43,7 @@ spec: successfulJobsHistoryLimit: 3 failedJobsHistoryLimit: 3 concurrencyPolicy: Forbid - schedule: "44 */2 * * *" + schedule: "44 */4 * * *" startingDeadlineSeconds: 500 jobTemplate: spec: