From: Zhe Huang Date: Thu, 18 Jul 2019 20:14:08 +0000 (-0400) Subject: change the kong-infra ingress controller nodeport to 29080 to avoid going out of... X-Git-Tag: 0.0.2~55^2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=4258a602a4b8fe2bd0995f0926b1ed06e0f7d35c;p=it%2Fdep.git change the kong-infra ingress controller nodeport to 29080 to avoid going out of port range Signed-off-by: Zhe Huang Change-Id: If918814b840a1545cc4daeb1ddd08997773fb37d --- 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 -}}