Files
mstore/chart/templates/_serviceport.tmpl
T
2026-02-14 21:17:15 +02:00

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 -}}