distigt-bz: change the frequency of the cron job to run every 3 hours
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
275b8c4497
commit
6d4abe69a7
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ spec:
|
|||
successfulJobsHistoryLimit: 3
|
||||
failedJobsHistoryLimit: 1
|
||||
concurrencyPolicy: Forbid
|
||||
schedule: "35 * * * *"
|
||||
schedule: "35 */3 * * *"
|
||||
startingDeadlineSeconds: 500
|
||||
jobTemplate:
|
||||
spec:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue