Skip to content

Commit

Permalink
Add missing appProtocol
Browse files Browse the repository at this point in the history
  • Loading branch information
cmk-jarek authored and bokysan committed Apr 30, 2024
1 parent fc5f540 commit 86ee369
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/mail/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
protocol: TCP
name: smtp
{{ if eq .Values.service.type "NodePort" }}nodePort: {{ .Values.service.nodePort }}{{ end }}
{{ if .Values.service.appprotocol }}appProtocol: {{ .Values.service.appprotocol }}{{ end }}
selector:
{{- $selectorLabels | nindent 4 }}
{{- if .Values.headlessService.enabled }}
Expand All @@ -46,6 +47,7 @@ spec:
targetPort: smtp
protocol: TCP
name: smtp
{{ if .Values.service.appprotocol }}appProtocol: {{ .Values.service.appprotocol }}{{ end }}
selector:
{{- $selectorLabels | nindent 4 }}
{{- end -}}

0 comments on commit 86ee369

Please sign in to comment.