From 0db2760f4162fe223e992d00e0dfa2e839a01900 Mon Sep 17 00:00:00 2001 From: "Zhang Rong(Jon)" Date: Thu, 4 Aug 2022 09:05:20 +0800 Subject: [PATCH] Helm: Update default container port to 30022 Issue-ID: INF-280 Signed-off-by: Zhang Rong(Jon) Change-Id: Ieb4a92c07a8115929dbac507e8611ba412a18e47 --- o2common/config/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.16.6