faster_backstage_start #11
2 changed files with 8 additions and 0 deletions
|
@ -23,3 +23,7 @@ spec:
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
retry:
|
retry:
|
||||||
limit: -1
|
limit: -1
|
||||||
|
backoff:
|
||||||
|
duration: 5s
|
||||||
|
factor: 1
|
||||||
|
maxDuration: 10s
|
||||||
|
|
|
@ -23,3 +23,7 @@ spec:
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
retry:
|
retry:
|
||||||
limit: -1
|
limit: -1
|
||||||
|
backoff:
|
||||||
|
duration: 5s
|
||||||
|
factor: 1
|
||||||
|
maxDuration: 10s
|
||||||
|
|
Reference in a new issue