From 4258a602a4b8fe2bd0995f0926b1ed06e0f7d35c Mon Sep 17 00:00:00 2001 From: Zhe Huang Date: Thu, 18 Jul 2019 16:14:08 -0400 Subject: [PATCH] change the kong-infra ingress controller nodeport to 29080 to avoid going out of port range Signed-off-by: Zhe Huang Change-Id: If918814b840a1545cc4daeb1ddd08997773fb37d --- .../Common-Template/helm/ric-common/templates/_ingresscontroller.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ric-common/Common-Template/helm/ric-common/templates/_ingresscontroller.tpl b/ric-common/Common-Template/helm/ric-common/templates/_ingresscontroller.tpl index 5602418e..f3fcab05 100644 --- a/ric-common/Common-Template/helm/ric-common/templates/_ingresscontroller.tpl +++ b/ric-common/Common-Template/helm/ric-common/templates/_ingresscontroller.tpl @@ -172,12 +172,12 @@ {{- define "common.ingresshttpport.ricinfra" -}} - {{- printf "33080" -}} + {{- printf "32180" -}} {{- end -}} {{- define "common.ingresshttpsport.ricinfra" -}} - {{- printf "33443" -}} + {{- printf "32543" -}} {{- end -}} -- 2.16.6