Add Wings BackendTrafficPolicy for WebSocket support
This commit is contained in:
15
pelican/wings-backend-traffic.yaml
Normal file
15
pelican/wings-backend-traffic.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: gateway.envoyproxy.io/v1alpha1
|
||||
kind: BackendTrafficPolicy
|
||||
metadata:
|
||||
name: wings-backend-traffic
|
||||
namespace: pelican
|
||||
spec:
|
||||
targetRefs:
|
||||
- group: gateway.networking.k8s.io
|
||||
kind: HTTPRoute
|
||||
name: wings-route
|
||||
timeout:
|
||||
http:
|
||||
connectionIdleTimeout: 3600s
|
||||
requestTimeout: 0s
|
||||
useClientProtocol: true
|
||||
Reference in New Issue
Block a user