adjusted retry backoff time

This commit is contained in:
Richard Robert Reitz 2025-03-04 19:23:19 +01:00
parent c2cb410af8
commit a9c69d6c24
2 changed files with 10 additions and 0 deletions

View file

@ -21,3 +21,9 @@ spec:
- CreateNamespace=true
automated:
selfHeal: true
retry:
limit: -1
backoff:
duration: 15s
factor: 1
maxDuration: 15s

View file

@ -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