From 9b619645ca585f565b56dc18321b966c783c1d92 Mon Sep 17 00:00:00 2001 From: ZhiQiang Fan Date: Wed, 29 May 2019 05:28:56 +0800 Subject: [PATCH] fix(config): fix bakery port in orca-web/config (#2936) rosco service listens port 8087, 8089 is listened by echo instead --- orca-web/config/orca.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orca-web/config/orca.yml b/orca-web/config/orca.yml index 10a410e981..2f1adeb73b 100644 --- a/orca-web/config/orca.yml +++ b/orca-web/config/orca.yml @@ -23,7 +23,7 @@ igor: baseUrl: http://localhost:8088 bakery: enabled: true - baseUrl: http://localhost:8089 + baseUrl: http://localhost:8087 # Rosco exposes more endpoints than Netflix's internal bakery. This disables # the use of those endpoints. roscoApisEnabled: true