Files
mbase/chart/templates/_serviceport.tmpl
Олег Бородин 25365aef77 init import
2026-05-24 11:02:51 +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 -}}