mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-11 00:44:37 +08:00
Fix for #163: Remove NodePort
from headless service
This commit is contained in:
parent
806eef5bb9
commit
b317e68e28
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ spec:
|
||||||
targetPort: smtp
|
targetPort: smtp
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
name: smtp
|
name: smtp
|
||||||
{{ if eq .Values.service.type "NodePort" }}nodePort: {{ .Values.service.nodePort }}{{ end }}
|
|
||||||
selector:
|
selector:
|
||||||
{{- $selectorLabels | nindent 4 }}
|
{{- $selectorLabels | nindent 4 }}
|
||||||
{{- end -}}
|
{{- end -}}
|
Loading…
Add table
Reference in a new issue