reduce backoff
This commit is contained in:
parent
83b7186430
commit
7f57570f8e
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
activeDeadlineSeconds: 180 # Limits how long a job can be active
|
activeDeadlineSeconds: 180 # Limits how long a job can be active
|
||||||
ttlSecondsAfterFinished: 100 # Cleans up finished jobs after 100 seconds
|
ttlSecondsAfterFinished: 100 # Cleans up finished jobs after 100 seconds
|
||||||
backoffLimit: 3 # Number of retries before considering the job failed
|
backoffLimit: 0 # Number of retries before considering the job failed
|
||||||
template:
|
template:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue