From 8e858dba6ac34ae9892234b5548ff90b8ba97577 Mon Sep 17 00:00:00 2001 From: Michael Mokry Date: Tue, 9 Oct 2018 11:54:50 -0500 Subject: Modify Portal Property values in console.conf Updated the ONAP redirect and REST URL variables used for these portal properties Made change to ONAP_REST_URL value after discussion with Sunder Change-Id: I57a76100cd2dc7a9c0f617f84a463db93d9a254a Issue-ID: POLICY-1192 Signed-off-by: Michael Mokry --- kubernetes/policy/resources/config/pe/console.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kubernetes/policy/resources') diff --git a/kubernetes/policy/resources/config/pe/console.conf b/kubernetes/policy/resources/config/pe/console.conf index 9cf8a29612..deb213e4b6 100644 --- a/kubernetes/policy/resources/config/pe/console.conf +++ b/kubernetes/policy/resources/config/pe/console.conf @@ -135,8 +135,8 @@ onap_application_name= #-----------------------ONAP-PORTAL-Properties---------------------- -ONAP_REDIRECT_URL=http://portal-app.{{.Release.Namespace}}:8989/ONAPPORTAL/login.htm -ONAP_REST_URL=http://portal-app.{{.Release.Namespace}}:8989/ONAPPORTAL/auxapi +ONAP_REDIRECT_URL=https://portal-app.{{.Release.Namespace}}:30225/ONAPPORTAL/login.htm +ONAP_REST_URL=https://portal-app:8443/ONAPPORTAL/auxapi ONAP_UEB_URL_LIST= ONAP_PORTAL_INBOX_NAME= ONAP_UEB_APP_KEY= -- cgit 1.2.3-korg