Change msb portal page from HTTP to HTTPS port 96/106396/1
authorHuabing Zhao <zhao.huabing@zte.com.cn>
Wed, 22 Apr 2020 01:21:07 +0000 (09:21 +0800)
committerHuabing Zhao <zhao.huabing@zte.com.cn>
Wed, 22 Apr 2020 01:21:16 +0000 (09:21 +0800)
Issue-ID: MSB-470
Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn>
Change-Id: Iae21ff6d0adc46838dcc4b0bc7071dd9f858d018

kubernetes/portal/charts/portal-mariadb/resources/config/mariadb/oom_updates.sql
kubernetes/portal/charts/portal-mariadb/values.yaml

index fd357f3..7baf85f 100644 (file)
@@ -38,7 +38,7 @@ update fn_app set app_url = 'https://{{.Values.config.aaiSparkyHostName}}:{{.Val
 --cli => 8080:30260
 update fn_app set app_url = 'https://{{.Values.config.cliHostName}}:{{.Values.config.cliPort}}/', app_type = 1 where app_name = 'CLI';
 --msb-iag => 80:30280
-update fn_app set app_url = 'http://{{.Values.config.msbHostName}}:{{.Values.config.msbPort}}/iui/microservices/default.html' where app_name = 'MSB';
+update fn_app set app_url = 'https://{{.Values.config.msbHostName}}:{{.Values.config.msbPort}}/iui/microservices/default.html' where app_name = 'MSB';
 
 
 /*
index 26afa60..b62aab9 100644 (file)
@@ -65,7 +65,7 @@ config:
   # application's front end hostname.  Must be resolvable on the client side environment
   dmaapBcHostName: "dmaap-bc.simpledemo.onap.org"
   # msb IAG ui assignment for port 80
-  msbPort: "30280"
+  msbPort: "30283"
   # application's front end hostname.  Must be resolvable on the client side environment
   msbHostName: "msb.api.simpledemo.onap.org"
   # SO Monitoring assignment for port 30224