From 1be743eef30446d101c03dc7be1d6f53b1edc9c9 Mon Sep 17 00:00:00 2001 From: wrider Date: Wed, 24 Jul 2019 23:21:48 -0400 Subject: [PATCH] change ricplt kong port to avoid conflict with dashboard Change-Id: I89d4fa3a98abdae52fbc1f77647bee88b96ee638 Signed-off-by: wrider --- .../Common-Template/helm/ric-common/templates/_ingresscontroller.tpl | 4 ++-- ric-platform/50-RIC-Platform/helm/kong-platform/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 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 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 -- 2.16.6