mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user