diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2018-05-04 01:34:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-04 01:34:33 +0000 |
commit | 8b76ba0aff9839657231328e0b541686d3ccee71 (patch) | |
tree | 2b65eed8f9cfcce13c95bd7b912f5908fd07ebcc /kubernetes/policy/resources/config | |
parent | fe05997c31aacb2929d176024f4259a36e0ba129 (diff) | |
parent | 8379c527eac3f69a1180ed3b9ddc95f2f2c7952d (diff) |
Merge "Fix old references to portalapps service"
Diffstat (limited to 'kubernetes/policy/resources/config')
-rw-r--r-- | kubernetes/policy/resources/config/pe/console.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/policy/resources/config/pe/console.conf b/kubernetes/policy/resources/config/pe/console.conf index 0251048040..d972d7ca7a 100644 --- a/kubernetes/policy/resources/config/pe/console.conf +++ b/kubernetes/policy/resources/config/pe/console.conf @@ -135,12 +135,12 @@ onap_application_name= #-----------------------ONAP-PORTAL-Properties---------------------- -ONAP_REDIRECT_URL=http://portalapps:8989/ONAPPORTAL/login.htm -ONAP_REST_URL=http://portalapps:8989/ONAPPORTAL/auxapi +ONAP_REDIRECT_URL=http://portal-app.{{.Release.Namespace}}:8989/ONAPPORTAL/login.htm +ONAP_REST_URL=http://portal-app.{{.Release.Namespace}}:8989/ONAPPORTAL/auxapi ONAP_UEB_URL_LIST= ONAP_PORTAL_INBOX_NAME= ONAP_UEB_APP_KEY= ONAP_UEB_APP_SECRET= ONAP_UEB_APP_MAILBOX_NAME= APP_DISPLAY_NAME=ONAP Policy -ONAP_SHARED_CONTEXT_REST_URL=http://portalapps:8989/ONAPPORTAL/context +ONAP_SHARED_CONTEXT_REST_URL=http://portal-app.{{.Release.Namespace}}:8989/ONAPPORTAL/context |