shortened retry backoff
This commit is contained in:
parent
4ae8f6fd15
commit
aba4a4a088
2 changed files with 4 additions and 4 deletions
|
@ -24,6 +24,6 @@ spec:
|
|||
retry:
|
||||
limit: -1
|
||||
backoff:
|
||||
duration: 5s
|
||||
duration: 15s
|
||||
factor: 1
|
||||
maxDuration: 10s
|
||||
maxDuration: 15s
|
||||
|
|
|
@ -24,6 +24,6 @@ spec:
|
|||
retry:
|
||||
limit: -1
|
||||
backoff:
|
||||
duration: 5s
|
||||
duration: 15s
|
||||
factor: 1
|
||||
maxDuration: 10s
|
||||
maxDuration: 15s
|
||||
|
|
Loading…
Reference in a new issue