diff options
author | statta <statta@research.att.com> | 2018-10-17 02:32:26 -0400 |
---|---|---|
committer | statta <statta@research.att.com> | 2018-10-17 12:12:45 -0400 |
commit | 637839030508c3bcd8e6cfbd3cb75b3a580b2c32 (patch) | |
tree | b3dd109fb69bef79656eaaa0ba60a6e3b00caa44 /kubernetes/portal/charts/portal-sdk/resources | |
parent | 1784b6c18b8de331b5d527e90a3c834425af0924 (diff) |
Updating catalina_opts of tomcat
Issue-ID: PORTAL-429
Change-Id: Id8b790b612ff928634b5faaaa7ead16dc5f46aa6
Signed-off-by: statta <statta@research.att.com>
Diffstat (limited to 'kubernetes/portal/charts/portal-sdk/resources')
-rwxr-xr-x | kubernetes/portal/charts/portal-sdk/resources/config/deliveries/properties/ONAPPORTALSDK/portal.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/portal/charts/portal-sdk/resources/config/deliveries/properties/ONAPPORTALSDK/portal.properties b/kubernetes/portal/charts/portal-sdk/resources/config/deliveries/properties/ONAPPORTALSDK/portal.properties index e9d1c93990..2ccace545a 100755 --- a/kubernetes/portal/charts/portal-sdk/resources/config/deliveries/properties/ONAPPORTALSDK/portal.properties +++ b/kubernetes/portal/charts/portal-sdk/resources/config/deliveries/properties/ONAPPORTALSDK/portal.properties @@ -35,7 +35,7 @@ use_rest_for_functional_menu=true portal.api.impl.class = org.onap.portalapp.service.OnBoardingApiServiceImpl # CSP Global Log On for single sign on -ecomp_redirect_url = http://{{.Values.global.portalHostName}}:{{.Values.global.portalPort}}/ONAPPORTAL/login.htm +ecomp_redirect_url = http://{{.Values.global.portalHostName}}:{{.Values.global.portalFEPort}}/ONAPPORTAL/login.htm # URL of the ECOMP Portal REST API |