From 8c3dbb3616643a966af5cd3a5e7c3d1d0d38aafd Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Thu, 1 Apr 2021 16:56:17 +0100 Subject: [PATCH] Changing route ordering in envoy dev. --- hosting/envoy.dev.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosting/envoy.dev.yaml b/hosting/envoy.dev.yaml index 04b1a7f696..2ba08fe595 100644 --- a/hosting/envoy.dev.yaml +++ b/hosting/envoy.dev.yaml @@ -34,14 +34,14 @@ 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