minio-aistor: restore the backend traffic policy to its pre-4207459 state

Swept into d5e0731 by the same stray `git add -u`. Unlike argocd-install
this one is synced, so it went live; reverting here rolls the cluster back
to connectionIdleTimeout 3600s with no retry block.

The content is still reachable at d5e0731 if it is wanted back.
This commit is contained in:
2026-08-29 19:08:17 +02:00
parent 1593166803
commit 7ee7db2346
@@ -25,12 +25,5 @@ spec:
name: minio-aistor-api-route
timeout:
http:
connectionIdleTimeout: 30s
maxConnectionDuration: 300s
connectionIdleTimeout: 3600s
requestTimeout: 0s
retry:
numRetries: 3
retryOn:
triggers:
- connect-failure
- reset