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