Merge "change the kong-infra ingress controller nodeport to 29080 to avoid going...
authorLusheng Ji <lji@research.att.com>
Tue, 23 Jul 2019 18:44:01 +0000 (18:44 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Tue, 23 Jul 2019 18:44:01 +0000 (18:44 +0000)
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 -}}