Skip to content

Commit 6ab2110

Browse files
authored
Merge pull request dotnet-architecture#1591 from borjasanes/fix/signalr-envoy-k8s
fix envoy config in helm
2 parents c01c1b3 + e270b8d commit 6ab2110

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

deploy/k8s/helm/apigwws/envoy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ static_resources:
5656
auto_host_rewrite: true
5757
cluster: signalr-hub
5858
timeout: 300s
59+
upgrade_configs:
60+
upgrade_type: "websocket"
61+
enabled: true
5962
- name: "b-short"
6063
match:
6164
prefix: "/b/"

0 commit comments

Comments
 (0)