review-stats: set ActiveDeadlineSeconds on cronjobs
Signed-off-by: Mattia Verga <mattia.verga@protonmail.com>
This commit is contained in:
parent
3658eb488e
commit
63dc1ecef1
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@ spec:
|
|||
successfulJobsHistoryLimit: 3
|
||||
failedJobsHistoryLimit: 1
|
||||
concurrencyPolicy: Forbid
|
||||
activeDeadlineSeconds: 900
|
||||
schedule: "0 * * * *"
|
||||
jobTemplate:
|
||||
spec:
|
||||
|
@ -51,6 +52,7 @@ spec:
|
|||
successfulJobsHistoryLimit: 3
|
||||
failedJobsHistoryLimit: 1
|
||||
concurrencyPolicy: Forbid
|
||||
activeDeadlineSeconds: 900
|
||||
schedule: "45 0 * * *"
|
||||
jobTemplate:
|
||||
spec:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue