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
22name : nginx
33description : Nginx is a high-performance HTTP server and reverse proxy.
44type : application
5- version : 0.1.9
5+ version : 0.1.10
66appVersion : " 1.29.1"
77keywords :
88 - nginx
Original file line number Diff line number Diff line change @@ -210,7 +210,6 @@ containerPorts:
210210| Parameter | Description | Default |
211211| ---------------- | ---------------------------------------------------------- | ----------- |
212212| `service.type` | Nginx service type | `ClusterIP` |
213- | `service.port` | Nginx service port | `80` |
214213| `service.ports` | Array of service ports (advanced configuration) - see examples | `[]` |
215214
216215# ### Service Ports Examples
Original file line number Diff line number Diff line change 11{{- if .Values.ingress.enabled -}}
22{{- $fullName := include "nginx.fullname" . -}}
3- {{- $svcPort := .Values.service.port - }}
3+ {{- $svcPort := (index .Values.service.ports 0). port }}
44{{- if and .Values.ingress.className (not (hasKey .Values.ingress.annotations "kubernetes.io/ingress.class")) }}
55 {{- $_ := set .Values.ingress.annotations "kubernetes.io/ingress.class" .Values.ingress.className}}
66{{- end }}
5757 {{- end }}
5858 {{- end }}
5959 {{- end }}
60- {{- end }}
60+ {{- end }}
You can’t perform that action at this time.
0 commit comments