review-stats: set ActiveDeadlineSeconds on cronjobs

Signed-off-by: Mattia Verga <mattia.verga@protonmail.com>
This commit is contained in:
Mattia Verga 2020-08-05 20:53:22 +02:00 committed by kevin
parent 3658eb488e
commit 63dc1ecef1

View file

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