From e08b188c8f003e5da242ef255f26a44bb8e00426 Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Fri, 8 Jan 2021 12:10:21 +0000 Subject: [PATCH] Missing route prop. --- hosting/envoy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/hosting/envoy.yaml b/hosting/envoy.yaml index 3fe8454305..3c816cb1ca 100644 --- a/hosting/envoy.yaml +++ b/hosting/envoy.yaml @@ -23,6 +23,7 @@ static_resources: # special case for when API requests are made, can just forward, not to minio - match: { prefix: "/api/" } + route: cluster: app-service - match: { prefix: "/worker/" }