shortened retry backoff

This commit is contained in:
Richard Robert Reitz 2025-03-04 19:03:36 +01:00
parent 4ae8f6fd15
commit aba4a4a088
2 changed files with 4 additions and 4 deletions

View file

@ -24,6 +24,6 @@ spec:
retry:
limit: -1
backoff:
duration: 5s
duration: 15s
factor: 1
maxDuration: 10s
maxDuration: 15s

View file

@ -24,6 +24,6 @@ spec:
retry:
limit: -1
backoff:
duration: 5s
duration: 15s
factor: 1
maxDuration: 10s
maxDuration: 15s