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