1
0
Fork 0
mirror of synced 2024-07-01 12:30:41 +12:00

Changing route ordering in envoy dev.

This commit is contained in:
mike12345567 2021-04-01 16:56:17 +01:00
parent c7fc0a0b69
commit 8c3dbb3616

View file

@ -34,15 +34,15 @@ static_resources:
route:
cluster: server-dev
- match: { prefix: "/builder/" }
route:
cluster: builder-dev
- match: { prefix: "/builder" }
route:
cluster: builder-dev
prefix_rewrite: "/builder/"
- 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
- match: { prefix: "/" }