Browse Source
Merge pull request #1591 from borjasanes/fix/signalr-envoy-k8s
fix envoy config in helm
pull/1601/head
Miguel Veloso
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
deploy/k8s/helm/apigwws/envoy.yaml
|
|
@ -56,6 +56,9 @@ static_resources: |
|
|
|
auto_host_rewrite: true |
|
|
|
cluster: signalr-hub |
|
|
|
timeout: 300s |
|
|
|
upgrade_configs: |
|
|
|
upgrade_type: "websocket" |
|
|
|
enabled: true |
|
|
|
- name: "b-short" |
|
|
|
match: |
|
|
|
prefix: "/b/" |
|
|
|