11 lines
247 B
Cheetah
11 lines
247 B
Cheetah
{{- define "mstore.servicePort" -}}
|
|
{{- if .Values.global -}}
|
|
{{- if .Values.global.mstorePort -}}
|
|
{{- .Values.global.mstorePort -}}
|
|
{{- end -}}
|
|
{{- else -}}
|
|
{{- .Values.main.service.port -}}
|
|
{{- end -}}
|
|
{{- end -}}
|
|
|