File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
kubernetes-ingress/templates Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 5252 nodePort : {{ .Values.controller.service.nodePorts.http }}
5353 {{- end }}
5454 {{- end }}
55+ {{- if .Values.controller.service.enablePorts.https }}
56+ - name : https
57+ port : {{ .Values.controller.service.ports.https }}
58+ protocol : TCP
59+ {{- if semverCompare ">=1.20.0-0" .Capabilities.KubeVersion.Version }}
60+ appProtocol : https
61+ {{- end }}
62+ targetPort : {{ .Values.controller.service.targetPorts.https }}
63+ {{- if .Values.controller.service.nodePorts.https }}
64+ nodePort : {{ .Values.controller.service.nodePorts.https }}
65+ {{- end }}
66+ {{- end }}
5567 selector :
5668 app.kubernetes.io/name : {{ include "kubernetes-ingress.serviceProxyName" . }}
5769 app.kubernetes.io/instance : {{ .Release.Name }}
You can’t perform that action at this time.
0 commit comments