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:
Shane Starcher
2020-01-10 11:14:34 -08:00
committed by Kubernetes Prow Robot
parent 7dc925cc00
commit 1c469de908
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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:
+6 -6
View File
@@ -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