File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
charts/ingress-nginx/templates Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 58
58
port : {{ .Values.controller.service.internal.ports.http | default .Values.controller.service.ports.http }}
59
59
protocol : TCP
60
60
targetPort : {{ .Values.controller.service.internal.targetPorts.http | default .Values.controller.service.targetPorts.http }}
61
- {{- if and (semverCompare ">=1.20" .Capabilities.KubeVersion.Version) (.Values.controller.service.internal.appProtocol) }}
61
+ {{- if and (semverCompare ">=1.20.0-0 " .Capabilities.KubeVersion.Version) (.Values.controller.service.internal.appProtocol) }}
62
62
appProtocol : http
63
63
{{- end }}
64
64
{{- if (and $setNodePorts (not (empty .Values.controller.service.internal.nodePorts.http))) }}
70
70
port : {{ .Values.controller.service.internal.ports.https | default .Values.controller.service.ports.https }}
71
71
protocol : TCP
72
72
targetPort : {{ .Values.controller.service.internal.targetPorts.https | default .Values.controller.service.targetPorts.https }}
73
- {{- if and (semverCompare ">=1.20" .Capabilities.KubeVersion.Version) (.Values.controller.service.internal.appProtocol) }}
73
+ {{- if and (semverCompare ">=1.20.0-0 " .Capabilities.KubeVersion.Version) (.Values.controller.service.internal.appProtocol) }}
74
74
appProtocol : https
75
75
{{- end }}
76
76
{{- if (and $setNodePorts (not (empty .Values.controller.service.internal.nodePorts.https))) }}
Original file line number Diff line number Diff line change 31
31
- name : https-webhook
32
32
port : 443
33
33
targetPort : webhook
34
- {{- if semverCompare ">=1.20" .Capabilities.KubeVersion.Version }}
34
+ {{- if semverCompare ">=1.20.0-0 " .Capabilities.KubeVersion.Version }}
35
35
appProtocol : https
36
36
{{- end }}
37
37
selector :
Original file line number Diff line number Diff line change 58
58
port : {{ .Values.controller.service.ports.http }}
59
59
protocol : TCP
60
60
targetPort : {{ .Values.controller.service.targetPorts.http }}
61
- {{- if and (semverCompare ">=1.20" .Capabilities.KubeVersion.Version) (.Values.controller.service.appProtocol) }}
61
+ {{- if and (semverCompare ">=1.20.0-0 " .Capabilities.KubeVersion.Version) (.Values.controller.service.appProtocol) }}
62
62
appProtocol : http
63
63
{{- end }}
64
64
{{- if (and $setNodePorts (not (empty .Values.controller.service.nodePorts.http))) }}
70
70
port : {{ .Values.controller.service.ports.https }}
71
71
protocol : TCP
72
72
targetPort : {{ .Values.controller.service.targetPorts.https }}
73
- {{- if and (semverCompare ">=1.20" .Capabilities.KubeVersion.Version) (.Values.controller.service.appProtocol) }}
73
+ {{- if and (semverCompare ">=1.20.0-0 " .Capabilities.KubeVersion.Version) (.Values.controller.service.appProtocol) }}
74
74
appProtocol : https
75
75
{{- end }}
76
76
{{- if (and $setNodePorts (not (empty .Values.controller.service.nodePorts.https))) }}
Original file line number Diff line number Diff line change 32
32
port : {{ .Values.defaultBackend.service.servicePort }}
33
33
protocol : TCP
34
34
targetPort : http
35
- {{- if semverCompare ">=1.20" .Capabilities.KubeVersion.Version }}
35
+ {{- if semverCompare ">=1.20.0-0 " .Capabilities.KubeVersion.Version }}
36
36
appProtocol : http
37
37
{{- end }}
38
38
selector :
You can’t perform that action at this time.
0 commit comments