mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-06 06:25:40 +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
|
||||
protocol: TCP
|
||||
name: smtp
|
||||
{{ if eq .Values.service.type "NodePort" }}nodePort: {{ .Values.service.nodePort }}{{ end }}
|
||||
selector:
|
||||
{{- $selectorLabels | nindent 4 }}
|
||||
{{- end -}}
|
Loading…
Add table
Reference in a new issue