From: wrider Date: Thu, 25 Jul 2019 03:21:48 +0000 (-0400) Subject: change ricplt kong port to avoid conflict with dashboard X-Git-Tag: 0.0.2~50 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=1be743eef30446d101c03dc7be1d6f53b1edc9c9;p=it%2Fdep.git change ricplt kong port to avoid conflict with dashboard Change-Id: I89d4fa3a98abdae52fbc1f77647bee88b96ee638 Signed-off-by: wrider --- 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 f3fcab05..af110ab7 100644 --- a/ric-common/Common-Template/helm/ric-common/templates/_ingresscontroller.tpl +++ b/ric-common/Common-Template/helm/ric-common/templates/_ingresscontroller.tpl @@ -144,11 +144,11 @@ ## agree with the values in the kong helm charts values.yaml files. # ############################################################################################ {{- define "common.ingresshttpport.ricplt" -}} - {{- printf "30080" -}} + {{- printf "30180" -}} {{- end -}} {{- define "common.ingresshttpsport.ricplt" -}} - {{- printf "30443" -}} + {{- printf "30543" -}} {{- end -}} diff --git a/ric-platform/50-RIC-Platform/helm/kong-platform/values.yaml b/ric-platform/50-RIC-Platform/helm/kong-platform/values.yaml index c0b83f37..cd658c4b 100644 --- a/ric-platform/50-RIC-Platform/helm/kong-platform/values.yaml +++ b/ric-platform/50-RIC-Platform/helm/kong-platform/values.yaml @@ -14,9 +14,9 @@ kong: proxy: http: - nodePort: 30080 + nodePort: 30180 tls: - nodePort: 30443 + nodePort: 30543 # These port numbers MUST matche with what's in # ric-common/Common-Template/helm/ric-common/templates/_ingresscontroller.tpl file. # If need to change a proxy port here, do not forget to update the