mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-03 21:14:26 +08:00
Add missing appProtocol
This commit is contained in:
parent
fc5f540436
commit
86ee369d26
1 changed files with 2 additions and 0 deletions
|
@ -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 -}}
|
Loading…
Add table
Reference in a new issue