From: Zhang Rong(Jon) Date: Thu, 4 Aug 2022 01:05:20 +0000 (+0800) Subject: Helm: Update default container port to 30022 X-Git-Tag: 2.0.0-rc1~40 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=0db2760f4162fe223e992d00e0dfa2e839a01900;p=pti%2Fo2.git Helm: Update default container port to 30022 Issue-ID: INF-280 Signed-off-by: Zhang Rong(Jon) Change-Id: Ieb4a92c07a8115929dbac507e8611ba412a18e47 --- diff --git a/o2common/config/config.py b/o2common/config/config.py index 64bf3eb..6e5d19f 100644 --- a/o2common/config/config.py +++ b/o2common/config/config.py @@ -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'