diff options
author | st782s <statta@research.att.com> | 2018-06-01 03:33:50 -0400 |
---|---|---|
committer | st782s <statta@research.att.com> | 2018-06-01 03:33:50 -0400 |
commit | be1669d8a14203252c5e49f57391dfcbaea1affd (patch) | |
tree | 18fa8eb6442f58b038e901d1308581e3e63716b5 | |
parent | e34a39f3147940502d4cebcec483f0c1693eef2b (diff) |
Portal Widget microservices configuration change
Issue-ID: PORTAL-282
This is to retrieve the port from global env variable instead of hard
coding
Change-Id: I626102d1adfb3b7395f667b9b18dc4299d88623d
Signed-off-by: st782s <statta@research.att.com>
-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 e353ace516..60cc1db3e6 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-app:8080/ONAPPORTAL/commonWidgets +initialization.widgetData.url=http://portal-app:{{.Values.global.portalPort}}/ONAPPORTAL/commonWidgets ## Account Basic Authentication Properties account.user.name=portal |