envoy-gateway: add ClientTrafficPolicy for minio-aistor to support large file transfers
This commit is contained in:
@@ -7,6 +7,7 @@ resources:
|
|||||||
|
|
||||||
# Policies
|
# Policies
|
||||||
- pelican/wings-client-traffic.yaml
|
- pelican/wings-client-traffic.yaml
|
||||||
|
- minio-aistor/client-traffic.yaml
|
||||||
|
|
||||||
# Certificates
|
# Certificates
|
||||||
- authentik/certificate.yaml
|
- authentik/certificate.yaml
|
||||||
|
|||||||
15
envoy-gateway/minio-aistor/client-traffic.yaml
Normal file
15
envoy-gateway/minio-aistor/client-traffic.yaml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
apiVersion: gateway.envoyproxy.io/v1alpha1
|
||||||
|
kind: ClientTrafficPolicy
|
||||||
|
metadata:
|
||||||
|
name: minio-aistor-client-traffic
|
||||||
|
namespace: envoy-gateway
|
||||||
|
spec:
|
||||||
|
targetRefs:
|
||||||
|
- group: gateway.networking.k8s.io
|
||||||
|
kind: Gateway
|
||||||
|
name: gateway-internal
|
||||||
|
sectionName: minio-aistor-api
|
||||||
|
timeout:
|
||||||
|
http:
|
||||||
|
requestReceivedTimeout: 0s
|
||||||
|
idleTimeout: 3600s
|
||||||
Reference in New Issue
Block a user