Skip to content

Commit efc9379

Browse files
authored
[bitnami/haproxy] Fix haproxy service clusterIP configuration (#22682)
* Fix haproxy service clusterIP configuration Signed-off-by: Cristiano Campos <cristiano.campos@outlook.com> * Update Chart.yaml Signed-off-by: Cristiano Campos <cristiano.campos@outlook.com> * Bump chart.yaml patch version Signed-off-by: Cristiano Campos <cristiano.campos@outlook.com> * Update Chart.yaml Signed-off-by: Cristiano Campos <cristiano.campos@outlook.com> --------- Signed-off-by: Cristiano Campos <cristiano.campos@outlook.com>
1 parent 6829af8 commit efc9379

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bitnami/haproxy/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ maintainers:
2828
name: haproxy
2929
sources:
3030
- https://github.com/bitnami/charts/tree/main/bitnami/haproxy
31-
version: 0.13.1
31+
version: 0.13.2

bitnami/haproxy/templates/service.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ metadata:
1818
{{- end }}
1919
spec:
2020
type: {{ .Values.service.type }}
21-
{{- if .Values.clusterIP }}
22-
clusterIP: {{ .Values.clusterIP }}
21+
{{- if .Values.service.clusterIP }}
22+
clusterIP: {{ .Values.service.clusterIP }}
2323
{{- end }}
2424
{{- if (or (eq .Values.service.type "LoadBalancer") (eq .Values.service.type "NodePort")) }}
2525
externalTrafficPolicy: {{ .Values.service.externalTrafficPolicy | quote }}

0 commit comments

Comments
 (0)