From 85214182d907c3f61f6b9c4f7cead622b1fd2a3f Mon Sep 17 00:00:00 2001 From: statta Date: Fri, 19 Oct 2018 17:24:01 -0400 Subject: Correct port forwarding Issue-ID: PORTAL-454 Change-Id: I3c5cb0e4d0bde01ed557098432dabd36d1843fac Signed-off-by: statta --- .../resources/config/deliveries/properties/ONAPPORTAL/system.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kubernetes/portal/charts') diff --git a/kubernetes/portal/charts/portal-app/resources/config/deliveries/properties/ONAPPORTAL/system.properties b/kubernetes/portal/charts/portal-app/resources/config/deliveries/properties/ONAPPORTAL/system.properties index 4a9e690750..8d21859b29 100755 --- a/kubernetes/portal/charts/portal-app/resources/config/deliveries/properties/ONAPPORTAL/system.properties +++ b/kubernetes/portal/charts/portal-app/resources/config/deliveries/properties/ONAPPORTAL/system.properties @@ -58,7 +58,7 @@ log_cron = 0 * * * * ? * sessiontimeout_feed_cron = 0 0/5 * * * ? * #Front end URL -frontend_url = http://{{.Values.global.portalHostName}}:{{.Values.global.portalFEPort}}/ONAPPORTAL/applicationsHome +frontend_url = https://{{.Values.global.portalHostName}}:{{.Values.global.portalFEPort}}/ONAPPORTAL/applicationsHome # An Unqiue 128-bit value defined to indentify a specific version of -- cgit 1.2.3-korg