16 lines
347 B
YAML
16 lines
347 B
YAML
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
|