update envoy config for k8s

This commit is contained in:
Martin McKeaveney 2021-10-01 12:51:33 +01:00
parent 62205f5f55
commit 81e63373c4
1 changed files with 5 additions and 0 deletions

View File

@ -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: