Add chart for VESPA Mgr
[it/dep.git] / ric-common / Common-Template / helm / ric-common / templates / _ingresscontroller.tpl
index 2106fa4..6bc1a69 100644 (file)
 {{- end -}}
 
 
-{{- define "common.ingressurl.helm" -}}
-  {{- if .Values.global -}}
-    {{- if .Values.global.ingressurl -}}
-      {{- if .Values.global.ingressurl.helm -}}
-        {{- printf "%s" .Values.global.ingressurl.helm -}}
-      {{- else -}}
-        {{- printf "helm-entry" -}}
-      {{- end -}}
-    {{- else -}}
-      {{- printf "helm-entry" -}}
-    {{- end -}}
-  {{- else -}}
-    {{- printf "helm-entry" -}}
-  {{- end -}}
-{{- end -}}
-
-
-
-
-
 
 ####################### Ingress Controller Ports ###########################################
 ## Currently the below values are hard-coded due to the fact that kong ingress controller  #
 ## 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 -}}