change ricplt kong port to avoid conflict with dashboard 59/559/2
authorwrider <lji@research.att.com>
Thu, 25 Jul 2019 03:21:48 +0000 (23:21 -0400)
committerLusheng Ji <lji@research.att.com>
Thu, 25 Jul 2019 14:02:04 +0000 (14:02 +0000)
Change-Id: I89d4fa3a98abdae52fbc1f77647bee88b96ee638
Signed-off-by: wrider <lji@research.att.com>
ric-common/Common-Template/helm/ric-common/templates/_ingresscontroller.tpl
ric-platform/50-RIC-Platform/helm/kong-platform/values.yaml

index f3fcab0..af110ab 100644 (file)
 ## 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 -}}
 
 
index c0b83f3..cd658c4 100644 (file)
@@ -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