MM: check propagation every 4 hours like currently

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-03-29 12:14:11 +01:00
parent fb96a8b840
commit 4b4d2ef5dd
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

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