From b317e68e28d449191b3d58dfbe00c66085f1986b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bojan=20=C4=8Cekrli=C4=87?= Date: Fri, 29 Dec 2023 08:51:20 +0100 Subject: [PATCH] Fix for #163: Remove `NodePort` from headless service --- helm/mail/templates/service.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/helm/mail/templates/service.yaml b/helm/mail/templates/service.yaml index 281222c..014ef03 100644 --- a/helm/mail/templates/service.yaml +++ b/helm/mail/templates/service.yaml @@ -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 -}} \ No newline at end of file