From 86ee369d26a0d23c851ef0b066346a1286a573c1 Mon Sep 17 00:00:00 2001 From: Jarek Date: Fri, 26 Apr 2024 12:30:30 +0200 Subject: [PATCH] Add missing appProtocol --- helm/mail/templates/service.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/mail/templates/service.yaml b/helm/mail/templates/service.yaml index 014ef03..652488e 100644 --- a/helm/mail/templates/service.yaml +++ b/helm/mail/templates/service.yaml @@ -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 }} @@ -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 -}} \ No newline at end of file