diff options
author | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2018-04-30 20:20:45 +0000 |
---|---|---|
committer | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2018-05-01 15:54:24 +0000 |
commit | 789ee4aefe17623b25375b0a17474d12bc79354a (patch) | |
tree | 448aa4632ee0d33f0509cbedf0f8143d2ffcb7b7 /kubernetes/portal/charts/portal-widget | |
parent | f38eddde9bfca44ffd8c7c23f8468973dddb32fa (diff) |
exposing portal on port 8989 outside the cluster
-introducing a loadBalancer object instead of node port.
this will let us use port 8989 instead of 300xx
-removing port forwarding helper script
-making URLs configurable for flexibility
Issue-ID: OOM-633
Change-Id: I92a0205e6ed68b2217c08d124ddfaf1a1f73a6cd
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
Diffstat (limited to 'kubernetes/portal/charts/portal-widget')
-rw-r--r-- | kubernetes/portal/charts/portal-widget/resources/config/deliveries/properties/ONAPWIDGETMS/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/portal/charts/portal-widget/resources/config/deliveries/properties/ONAPWIDGETMS/application.properties b/kubernetes/portal/charts/portal-widget/resources/config/deliveries/properties/ONAPWIDGETMS/application.properties index 547a882c98..738834902c 100644 --- a/kubernetes/portal/charts/portal-widget/resources/config/deliveries/properties/ONAPWIDGETMS/application.properties +++ b/kubernetes/portal/charts/portal-widget/resources/config/deliveries/properties/ONAPWIDGETMS/application.properties @@ -19,7 +19,7 @@ security.user.name=widget_user security.user.password=ENC(IjywcRnI9+nuVEh9+OFFiRWAjBT1n718) initialization.default.widgets=true -initialization.widgetData.url=http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/commonWidgets +initialization.widgetData.url=http://{{.Values.global.portalHostName}}:{{.Values.global.portalPort}}/ONAPPORTAL/commonWidgets ## Account Basic Authentication Properties account.user.name=portal |