diff options
author | jmac <james.macnider@amdocs.com> | 2018-05-03 18:26:44 +0000 |
---|---|---|
committer | jmac <james.macnider@amdocs.com> | 2018-05-03 18:27:33 +0000 |
commit | 8379c527eac3f69a1180ed3b9ddc95f2f2c7952d (patch) | |
tree | d3e90d570e6bf353f8a9b98a017829f9f90254b1 /kubernetes/policy/resources/config/pe | |
parent | 0c6d4b84819ef03fceaf64d220854432f4cbb6ca (diff) |
Fix old references to portalapps service
Change-Id: Icd3291be17b5c42ac9706e9c7b40ed26c9617300
Signed-off-by: jmac <james.macnider@amdocs.com>
Issue-ID: OOM-1042
Diffstat (limited to 'kubernetes/policy/resources/config/pe')
-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 |