From 7ee7db23464789fd55f41c1f907fe3946dbd4516 Mon Sep 17 00:00:00 2001 From: Jeffrey Smeets Date: Sat, 29 Aug 2026 19:08:17 +0200 Subject: [PATCH] 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. --- .../minio-aistor/minio-aistor-backendtrafficpolicy.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/applications/minio-aistor/minio-aistor-backendtrafficpolicy.yaml b/applications/minio-aistor/minio-aistor-backendtrafficpolicy.yaml index 82b26cc..1713677 100644 --- a/applications/minio-aistor/minio-aistor-backendtrafficpolicy.yaml +++ b/applications/minio-aistor/minio-aistor-backendtrafficpolicy.yaml @@ -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