From: Lusheng Ji Date: Tue, 23 Jul 2019 18:44:01 +0000 (+0000) Subject: Merge "change the kong-infra ingress controller nodeport to 29080 to avoid going... X-Git-Tag: 0.0.2~55 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=b361b2091909dc2e77d4d172b95c210f8b1b2abb;hp=b40448785de1a21c690a4a8c86c9956391dc2b65;p=it%2Fdep.git Merge "change the kong-infra ingress controller nodeport to 29080 to avoid going out of port range" --- 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 -}}