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
parent
commit
6ab2110e09
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      deploy/k8s/helm/apigwws/envoy.yaml

+ 3
- 0
deploy/k8s/helm/apigwws/envoy.yaml View File

@ -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/"


Loading…
Cancel
Save