Browse Source

Updated the aggregator host names

pull/1259/head
Tim McCarthy 5 years ago
parent
commit
f8cdc64987
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      deploy/aro/azure-devops-templates/variables.yml

+ 2
- 2
deploy/aro/azure-devops-templates/variables.yml View File

@ -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


Loading…
Cancel
Save