adjusted retry backoff time
This commit is contained in:
parent
c2cb410af8
commit
a9c69d6c24
2 changed files with 10 additions and 0 deletions
|
@ -21,3 +21,9 @@ spec:
|
|||
- CreateNamespace=true
|
||||
automated:
|
||||
selfHeal: true
|
||||
retry:
|
||||
limit: -1
|
||||
backoff:
|
||||
duration: 15s
|
||||
factor: 1
|
||||
maxDuration: 15s
|
||||
|
|
|
@ -17,6 +17,10 @@ spec:
|
|||
- ServerSideApply=true # do not copy metdata, since (because of its large size) it can lead to sync failure
|
||||
retry:
|
||||
limit: -1
|
||||
backoff:
|
||||
duration: 15s
|
||||
factor: 1
|
||||
maxDuration: 15s
|
||||
destination:
|
||||
name: in-cluster
|
||||
namespace: monitoring
|
||||
|
|
Loading…
Reference in a new issue