shortened retry backoff

This commit is contained in:
Richard Robert Reitz 2025-03-04 18:49:55 +01:00
parent 9bbf171980
commit 4ae8f6fd15
2 changed files with 8 additions and 0 deletions

View file

@ -23,3 +23,7 @@ spec:
selfHeal: true
retry:
limit: -1
backoff:
duration: 5s
factor: 1
maxDuration: 10s

View file

@ -23,3 +23,7 @@ spec:
selfHeal: true
retry:
limit: -1
backoff:
duration: 5s
factor: 1
maxDuration: 10s