Add BackendTrafficPolicy for MinIO console and API to fix download timeouts
This commit is contained in:
31
minio-aistor/backend-traffic.yaml
Normal file
31
minio-aistor/backend-traffic.yaml
Normal 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
|
||||||
Reference in New Issue
Block a user