Add ClientTrafficPolicy for MinIO console listener to fix download timeouts
This commit is contained in:
15
envoy-gateway/minio-aistor/console-client-traffic.yaml
Normal file
15
envoy-gateway/minio-aistor/console-client-traffic.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: gateway.envoyproxy.io/v1alpha1
|
||||
kind: ClientTrafficPolicy
|
||||
metadata:
|
||||
name: minio-aistor-console-client-traffic
|
||||
namespace: envoy-gateway
|
||||
spec:
|
||||
targetRefs:
|
||||
- group: gateway.networking.k8s.io
|
||||
kind: Gateway
|
||||
name: gateway-internal
|
||||
sectionName: minio-aistor-console
|
||||
timeout:
|
||||
http:
|
||||
requestReceivedTimeout: 0s
|
||||
idleTimeout: 3600s
|
||||
Reference in New Issue
Block a user