From be1669d8a14203252c5e49f57391dfcbaea1affd Mon Sep 17 00:00:00 2001 From: st782s Date: Fri, 1 Jun 2018 03:33:50 -0400 Subject: [PATCH] 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 --- .../config/deliveries/properties/ONAPWIDGETMS/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6