Fix for #163: Remove NodePort from headless service

This commit is contained in:
Bojan Čekrlić 2023-12-29 08:51:20 +01:00
parent 806eef5bb9
commit b317e68e28

View file

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