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

View file

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