Files
devops-infra-argo-config-gcp/external-name-service-template/templates/_helpers.tpl
T
2026-08-26 04:03:34 +05:30

19 lines
264 B
Smarty

{{- define "service.port" -}}
{{- if eq . "http" -}}
80
{{- else if eq . "grpc" -}}
8080
{{- else -}}
80
{{- end -}}
{{- end -}}
{{- define "service.targetport" -}}
{{- if eq . "http" -}}
80
{{- else if eq . "grpc" -}}
8080
{{- else -}}
80
{{- end -}}
{{- end -}}