From c95766da540699965f938be7e2244e4ce806b0ff Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Mon, 2 Mar 2020 20:36:37 -0800 Subject: [PATCH] Updated Web MVC URL --- deploy/aro/identity-api/identityapi-deploy-template.yml | 2 +- deploy/aro/web-mvc/webmvc-deploy-template.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/deploy/aro/identity-api/identityapi-deploy-template.yml b/deploy/aro/identity-api/identityapi-deploy-template.yml index a32b229f3..4f2e01408 100644 --- a/deploy/aro/identity-api/identityapi-deploy-template.yml +++ b/deploy/aro/identity-api/identityapi-deploy-template.yml @@ -123,7 +123,7 @@ parameters: displayName: Web SPA URL name: WEB_SPA_URL required: true -- description: The cluster internal URL of the Web MVC endpoint +- description: The public URL of the Web MVC endpoint displayName: Web MVC URL name: WEB_MVC_URL required: true diff --git a/deploy/aro/web-mvc/webmvc-deploy-template.yml b/deploy/aro/web-mvc/webmvc-deploy-template.yml index c19d25744..23e4fc361 100644 --- a/deploy/aro/web-mvc/webmvc-deploy-template.yml +++ b/deploy/aro/web-mvc/webmvc-deploy-template.yml @@ -102,6 +102,10 @@ parameters: displayName: Identity URL External name: IDENTITY_URL_EXTERNAL required: true +- description: The public URL of the Web MVC endpoint + displayName: Web MVC URL + name: WEB_MVC_URL + required: true - description: The URL of the Web Shopping API Gateway endpoint displayName: Web Shopping API Gateway URL name: WEB_SHOPPING_API_GATEWAY_URL