Browse Source

fix envoy config in helm

pull/1591/head
Borja García Rodríguez 4 years ago
parent
commit
e270b8d1eb
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