Add BackendTrafficPolicy for MinIO console and API to fix download timeouts

This commit is contained in:
2026-06-03 16:32:33 +02:00
parent e9c327c51d
commit 8476121d9a

View File

@@ -0,0 +1,31 @@
apiVersion: gateway.envoyproxy.io/v1alpha1
kind: BackendTrafficPolicy
metadata:
name: minio-aistor-console-backend-traffic
namespace: minio-aistor
spec:
targetRefs:
- group: gateway.networking.k8s.io
kind: HTTPRoute
name: minio-aistor-console-route
timeout:
http:
connectionIdleTimeout: 3600s
requestTimeout: 0s
useClientProtocol: true
---
apiVersion: gateway.envoyproxy.io/v1alpha1
kind: BackendTrafficPolicy
metadata:
name: minio-aistor-api-backend-traffic
namespace: minio-aistor
spec:
targetRefs:
- group: gateway.networking.k8s.io
kind: HTTPRoute
name: minio-aistor-api-route
timeout:
http:
connectionIdleTimeout: 3600s
requestTimeout: 0s
useClientProtocol: true