File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : nginx
3
3
description : Nginx is a high-performance HTTP server and reverse proxy.
4
4
type : application
5
- version : 0.1.9
5
+ version : 0.1.10
6
6
appVersion : " 1.29.1"
7
7
keywords :
8
8
- nginx
Original file line number Diff line number Diff line change @@ -210,7 +210,6 @@ containerPorts:
210
210
| Parameter | Description | Default |
211
211
| ---------------- | ---------------------------------------------------------- | ----------- |
212
212
| `service.type` | Nginx service type | `ClusterIP` |
213
- | `service.port` | Nginx service port | `80` |
214
213
| `service.ports` | Array of service ports (advanced configuration) - see examples | `[]` |
215
214
216
215
# ### Service Ports Examples
Original file line number Diff line number Diff line change 1
1
{{- if .Values.ingress.enabled -}}
2
2
{{- $fullName := include "nginx.fullname" . -}}
3
- {{- $svcPort := .Values.service.port - }}
3
+ {{- $svcPort := (index .Values.service.ports 0). port }}
4
4
{{- if and .Values.ingress.className (not (hasKey .Values.ingress.annotations "kubernetes.io/ingress.class")) }}
5
5
{{- $_ := set .Values.ingress.annotations "kubernetes.io/ingress.class" .Values.ingress.className}}
6
6
{{- end }}
57
57
{{- end }}
58
58
{{- end }}
59
59
{{- end }}
60
- {{- end }}
60
+ {{- end }}
You can’t perform that action at this time.
0 commit comments