From f8cdc64987335eeb4b137f7d930a1afeefa1c73e Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Tue, 25 Feb 2020 15:31:47 -0800 Subject: [PATCH] Updated the aggregator host names --- deploy/aro/azure-devops-templates/variables.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/aro/azure-devops-templates/variables.yml b/deploy/aro/azure-devops-templates/variables.yml index 84b575956..d41f864d3 100644 --- a/deploy/aro/azure-devops-templates/variables.yml +++ b/deploy/aro/azure-devops-templates/variables.yml @@ -42,10 +42,10 @@ variables: PaymentApiUrl: http://$(PaymentApiHostName):8080 PaymentApiGrpcUrl: http://$(PaymentApiHostName):8081 PaymentApiHc: $(PaymentApiUrl)/hc - MobileShoppingAggregatorHostName: mobileshoppingaggregator.$(OpenShiftProject).svc + MobileShoppingAggregatorHostName: mobileshoppingagg.$(OpenShiftProject).svc MobileShoppingAggregatorUrl: http://$(MobileShoppingAggregatorHostName):8080 MobileShoppingAggregatorHc: $(MobileShoppingAggregatorUrl)/hc - WebShoppingAggregatorHostName: webshoppingaggregator.$(OpenShiftProject).svc + WebShoppingAggregatorHostName: webshoppingagg.$(OpenShiftProject).svc WebShoppingAggregatorUrl: http://$(WebShoppingAggregatorHostName):8080 WebShoppingAggregatorHc: $(WebShoppingAggregatorUrl)/hc WebhooksApiHostName: webhooksapi.$(OpenShiftProject).svc