MM: check propagation every 4 hours like currently
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
fb96a8b840
commit
4b4d2ef5dd
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue