BlockerBugs: move activeDeadlineSeconds to the jobTemplate
This commit is contained in:
parent
8cd673e318
commit
3310ca5783
1 changed files with 1 additions and 1 deletions
|
@ -6,11 +6,11 @@ spec:
|
||||||
successfulJobsHistoryLimit: 3
|
successfulJobsHistoryLimit: 3
|
||||||
failedJobsHistoryLimit: 1
|
failedJobsHistoryLimit: 1
|
||||||
concurrencyPolicy: Forbid
|
concurrencyPolicy: Forbid
|
||||||
activeDeadlineSeconds: 900
|
|
||||||
startingDeadlineSeconds: 600
|
startingDeadlineSeconds: 600
|
||||||
schedule: "*/30 * * * *"
|
schedule: "*/30 * * * *"
|
||||||
jobTemplate:
|
jobTemplate:
|
||||||
spec:
|
spec:
|
||||||
|
activeDeadlineSeconds: 900
|
||||||
template:
|
template:
|
||||||
spec:
|
spec:
|
||||||
restartPolicy: Never
|
restartPolicy: Never
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue