Skip to content

Commit

Permalink
Fix for #163: Remove NodePort from headless service
Browse files Browse the repository at this point in the history
  • Loading branch information
bokysan committed Dec 29, 2023
1 parent 806eef5 commit b317e68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helm/mail/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ spec:
targetPort: smtp
protocol: TCP
name: smtp
{{ if eq .Values.service.type "NodePort" }}nodePort: {{ .Values.service.nodePort }}{{ end }}
selector:
{{- $selectorLabels | nindent 4 }}
{{- end -}}

0 comments on commit b317e68

Please sign in to comment.