[incubator/haproxy-ingress] Change service port names to meet Istio requirements (#22004)

* Change service port names to meet Istio requirements

Signed-off-by: irizzant <i.rizzante@gmail.com>

* Bump chart version

Signed-off-by: irizzant <i.rizzante@gmail.com>
This commit is contained in:
irizzant
2020-04-20 05:11:41 -07:00
committed by GitHub
parent 9dc7e91568
commit d66eacc570
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: haproxy-ingress
version: 0.0.23
version: 0.0.24
appVersion: 0.7.2
home: https://github.com/jcmoraisjr/haproxy-ingress
description: Ingress controller implementation for haproxy loadbalancer.
@@ -40,7 +40,7 @@ spec:
ports:
{{- if .Values.controller.enableStaticPorts }}
{{- range .Values.controller.service.httpPorts }}
- name: "{{ .port }}-http"
- name: "http-{{ .port }}"
port: {{ .port }}
protocol: TCP
targetPort: {{ .targetPort }}
@@ -49,7 +49,7 @@ spec:
{{- end }}
{{- end }}
{{- range .Values.controller.service.httpsPorts }}
- name: "{{ .port }}-https"
- name: "https-{{ .port }}"
port: {{ .port }}
protocol: TCP
targetPort: {{ .targetPort }}