1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00

Re-ordering dev envoy file.

This commit is contained in:
mike12345567 2021-05-06 17:03:34 +01:00
parent c032022fa8
commit b3b1f00b22

View file

@ -16,6 +16,11 @@ static_resources:
- name: local_services
domains: ["*"]
routes:
# special case to redirect specifically the route path
# to the builder, if this were a prefix then it would break minio
- match: { path: "/" }
redirect: { path_redirect: "/app/" }
- match: { prefix: "/db/" }
route:
cluster: couchdb-service
@ -33,15 +38,11 @@ static_resources:
route:
cluster: server-dev
- match: { path: "/" }
route:
cluster: builder-dev
- match: { prefix: "/app" }
route:
cluster: builder-dev
prefix_rewrite: "/app/"
# minio is on the default route because this works
# best, minio + AWS SDK doesn't handle path proxy
- match: { prefix: "/" }