Browse Source

update envoy config for k8s

pull/2853/head
Martin McKeaveney 5 years ago
parent
commit
609a42f4dc
  1. 5
      hosting/kubernetes/envoy/envoy.yaml

5
hosting/kubernetes/envoy/envoy.yaml

@ -50,6 +50,11 @@ static_resources:
route:
cluster: app-service
- match: { path: "/api/deploy" }
route:
timeout: 60s
cluster: app-service
# special case for when API requests are made, can just forward, not to minio
- match: { prefix: "/api/" }
route:

Loading…
Cancel
Save