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
|
||||
failedJobsHistoryLimit: 1
|
||||
concurrencyPolicy: Forbid
|
||||
activeDeadlineSeconds: 900
|
||||
startingDeadlineSeconds: 600
|
||||
schedule: "*/30 * * * *"
|
||||
jobTemplate:
|
||||
spec:
|
||||
activeDeadlineSeconds: 900
|
||||
template:
|
||||
spec:
|
||||
restartPolicy: Never
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue