mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
workaround ELB healthcheck ssl bug (#20039)
https://github.com/kubernetes/kubernetes/issues/83070 Signed-off-by: Shane Starcher <shanestarcher@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
7dc925cc00
commit
1c469de908
@@ -1,7 +1,7 @@
|
||||
name: rabbitmq-ha
|
||||
apiVersion: v1
|
||||
appVersion: 3.8.0
|
||||
version: 1.38.1
|
||||
version: 1.38.2
|
||||
description: Highly available RabbitMQ cluster, the open source message broker
|
||||
software that implements the Advanced Message Queuing Protocol (AMQP).
|
||||
keywords:
|
||||
|
||||
@@ -33,6 +33,12 @@ spec:
|
||||
{{ toYaml .Values.service.loadBalancerSourceRanges | indent 4 }}
|
||||
{{- end }}
|
||||
ports:
|
||||
{{- if .Values.rabbitmqAmqpsSupport.enabled }}
|
||||
- name: amqps
|
||||
protocol: TCP
|
||||
port: {{ .Values.rabbitmqAmqpsSupport.amqpsNodePort }}
|
||||
targetPort: amqps
|
||||
{{- end }}
|
||||
- name: http
|
||||
protocol: TCP
|
||||
port: {{ .Values.rabbitmqManagerPort }}
|
||||
@@ -86,12 +92,6 @@ spec:
|
||||
port: 15675
|
||||
targetPort: mqtt-ws
|
||||
{{- end }}
|
||||
{{- if .Values.rabbitmqAmqpsSupport.enabled }}
|
||||
- name: amqps
|
||||
protocol: TCP
|
||||
port: {{ .Values.rabbitmqAmqpsSupport.amqpsNodePort }}
|
||||
targetPort: amqps
|
||||
{{- end }}
|
||||
{{ if .Values.prometheus.exporter.enabled }}
|
||||
- name: exporter
|
||||
protocol: TCP
|
||||
|
||||
Reference in New Issue
Block a user