move activeDeadlineSeconds
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
680aa97ab1
commit
e5df124d5e
2 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue