Helm: Update default container port to 30022 26/8826/2
authorZhang Rong(Jon) <rong.zhang@windriver.com>
Thu, 4 Aug 2022 01:05:20 +0000 (09:05 +0800)
committerJon Zhang <rong.zhang@windriver.com>
Thu, 4 Aug 2022 02:39:06 +0000 (02:39 +0000)
Issue-ID: INF-280
Signed-off-by: Zhang Rong(Jon) <rong.zhang@windriver.com>
Change-Id: Ieb4a92c07a8115929dbac507e8611ba412a18e47

o2common/config/config.py

index 64bf3eb..6e5d19f 100644 (file)
@@ -214,7 +214,7 @@ def get_helmcli_access():
     host = "127.0.0.1" if host_external is None or host_external == '' \
         else host_external
     port = "10022" if host_external is None or host_external == '' \
-        else "50022"
+        else "30022"
 
     helm_host_with_port = host+':'+port
     helm_user = 'helm'