File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
charts/nginx-ingress/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 50
50
targetPort : {{ .Values.controller.service.httpPort.targetPort }}
51
51
protocol : TCP
52
52
name : http
53
- {{- if eq .Values.controller.service.type "NodePort" }}
53
+ {{- if or ( eq .Values.controller.service.type "LoadBalancer") (eq .Values.controller.service.type " NodePort") }}
54
54
nodePort : {{ .Values.controller.service.httpPort.nodePort }}
55
55
{{- end }}
56
56
{{- end }}
59
59
targetPort : {{ .Values.controller.service.httpsPort.targetPort }}
60
60
protocol : TCP
61
61
name : https
62
- {{- if eq .Values.controller.service.type "NodePort" }}
62
+ {{- if or ( eq .Values.controller.service.type "LoadBalancer") (eq .Values.controller.service.type " NodePort") }}
63
63
nodePort : {{ .Values.controller.service.httpsPort.nodePort }}
64
64
{{- end }}
65
65
{{- end }}
You can’t perform that action at this time.
0 commit comments