[fix] Revert value in statefulset container port (#5722)

It was changed in PR #4907 but caused issues as described in Issue #5577
This commit is contained in:
Fran
2018-05-24 11:03:31 -07:00
committed by k8s-ci-robot
parent 2393ba1c86
commit cfaf100048
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: rabbitmq-ha
apiVersion: v1
appVersion: 3.7.4
version: 1.5.1
version: 1.5.2
description: Highly available RabbitMQ cluster, the open source message broker
software that implements the Advanced Message Queuing Protocol (AMQP).
keywords:
@@ -54,7 +54,7 @@ spec:
containerPort: 5672
- name: http
protocol: TCP
containerPort: {{ .Values.rabbitmqManagerPort }}
containerPort: 15672
{{- if .Values.rabbitmqSTOMPPlugin.enabled }}
- name: stomp-tcp
protocol: TCP