move activeDeadlineSeconds

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-12-03 17:22:57 +01:00
parent 680aa97ab1
commit e5df124d5e
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
2 changed files with 3 additions and 3 deletions

View file

@ -7,11 +7,11 @@ spec:
successfulJobsHistoryLimit: 3
failedJobsHistoryLimit: 1
concurrencyPolicy: Forbid
activeDeadlineSeconds: 900
startingDeadlineSeconds: 180
schedule: "0 * * * *"
jobTemplate:
spec:
activeDeadlineSeconds: 900
template:
metadata:
labels:
@ -49,11 +49,11 @@ spec:
successfulJobsHistoryLimit: 3
failedJobsHistoryLimit: 1
concurrencyPolicy: Forbid
activeDeadlineSeconds: 900
startingDeadlineSeconds: 180
schedule: "45 0 * * *"
jobTemplate:
spec:
activeDeadlineSeconds: 900
template:
metadata:
labels:

View file

@ -8,10 +8,10 @@ spec:
schedule: "10 * * * *"
successfulJobsHistoryLimit: 1
failedJobsHistoryLimit: 1
activeDeadlineSeconds: 900
startingDeadlineSeconds: 300
jobTemplate:
spec:
activeDeadlineSeconds: 900
backoffLimit: 0
template:
metadata: