From 6012fb06490503eb2b656b74b85592805bcab49e Mon Sep 17 00:00:00 2001 From: Mohamed Seada Date: Mon, 12 Apr 2021 07:49:26 +0200 Subject: [PATCH] Fix aggregator address (#1646) --- src/ApiGateways/Envoy/config/mobileshopping/envoy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ApiGateways/Envoy/config/mobileshopping/envoy.yaml b/src/ApiGateways/Envoy/config/mobileshopping/envoy.yaml index 1ae8c45a1..8f2162ad7 100644 --- a/src/ApiGateways/Envoy/config/mobileshopping/envoy.yaml +++ b/src/ApiGateways/Envoy/config/mobileshopping/envoy.yaml @@ -103,7 +103,7 @@ static_resources: lb_policy: round_robin hosts: - socket_address: - address: webshoppingagg + address: mobileshoppingagg port_value: 80 - name: catalog connect_timeout: 0.25s