Updating envoy to pass over app preview URLs and allowing builder access on no slash.

This commit is contained in:
mike12345567 2021-04-01 16:48:16 +01:00
parent 74aa94fac6
commit 1a2743593c
1 changed files with 8 additions and 0 deletions

View File

@ -30,9 +30,17 @@ static_resources:
route:
cluster: server-dev
- match: { prefix: "/app_" }
route:
cluster: server-dev
- match: { prefix: "/builder/" }
route:
cluster: builder-dev
- match: { prefix: "/builder" }
route:
cluster: builder-dev
# minio is on the default route because this works
# best, minio + AWS SDK doesn't handle path proxy