change the kong-infra ingress controller nodeport to 29080 to avoid going out of... 31/531/2
authorZhe Huang <zhehuang@research.att.com>
Thu, 18 Jul 2019 20:14:08 +0000 (16:14 -0400)
committerZhe Huang <zhehuang@research.att.com>
Tue, 23 Jul 2019 17:37:49 +0000 (17:37 +0000)
Signed-off-by: Zhe Huang <zhehuang@research.att.com>
Change-Id: If918814b840a1545cc4daeb1ddd08997773fb37d

ric-common/Common-Template/helm/ric-common/templates/_ingresscontroller.tpl

index 5602418..f3fcab0 100644 (file)
 
 
 {{- define "common.ingresshttpport.ricinfra" -}}
-  {{- printf "33080" -}}
+  {{- printf "32180" -}}
 {{- end -}}
 
 
 
 {{- define "common.ingresshttpsport.ricinfra" -}}
-  {{- printf "33443" -}}
+  {{- printf "32543" -}}
 {{- end -}}