X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-common%2FCommon-Template%2Fhelm%2Fric-common%2Ftemplates%2F_ingresscontroller.tpl;fp=ric-common%2FCommon-Template%2Fhelm%2Fric-common%2Ftemplates%2F_ingresscontroller.tpl;h=96858a9280d4b99771aa84b90dda9e9ba671b2db;hb=ef05762e72bf0af584301bf58b2035f7ac4e3842;hp=2106fa4d6de4ac3f4516356c51d7ea4e9f42f4fa;hpb=25428c74ecffd82152b5642cca81c19508d3218c;p=it%2Fdep.git 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 2106fa4d..96858a92 100644 --- a/ric-common/Common-Template/helm/ric-common/templates/_ingresscontroller.tpl +++ b/ric-common/Common-Template/helm/ric-common/templates/_ingresscontroller.tpl @@ -80,20 +80,11 @@ ## helm charts are not using this common template. We need to make sure that these values # ## agree with the values in the kong helm charts values.yaml files. # ############################################################################################ -{{- define "common.ingresshttpport.ric" -}} - {{- printf "31080" -}} -{{- end -}} - -{{- define "common.ingresshttpsport.ric" -}} - {{- printf "31443" -}} -{{- end -}} - - -{{- define "common.ingresshttpport.aux" -}} +{{- define "common.ingresshttpport" -}} {{- printf "32080" -}} {{- end -}} -{{- define "common.ingresshttpsport.aux" -}} +{{- define "common.ingresshttpsport" -}} {{- printf "32443" -}} {{- end -}}