[bitnami/rabbitmq] Fix clustering when non-default k8s domain name is used (#2894)

* [bitnami/rabbitmq] Fix clustering when non-default k8s domain name is used

* Bump chart version after rebase

* [bitnami/rabbitmq] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

* Bump chart version

* [bitnami/rabbitmq] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Andrés Bono <andresbono@vmware.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
Sebastian Karasek
2020-06-23 09:59:50 +02:00
committed by GitHub
parent 047567e343
commit ac68b0f5b1
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: rabbitmq
version: 7.1.0
version: 7.1.1
appVersion: 3.8.5
description: Open source message broker software that implements the Advanced Message Queuing Protocol (AMQP)
keywords:

View File

@@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/rabbitmq
tag: 3.8.5-debian-10-r12
tag: 3.8.5-debian-10-r14
## set to true if you would like to see extra information on logs
## it turns BASH and NAMI debugging in minideb
@@ -184,7 +184,7 @@ configuration: |-
default_pass = CHANGEME
## Clustering
cluster_formation.peer_discovery_backend = rabbit_peer_discovery_k8s
cluster_formation.k8s.host = kubernetes.default.svc.cluster.local
cluster_formation.k8s.host = kubernetes.default.svc.{{ .Values.clusterDomain }}
cluster_formation.node_cleanup.interval = 10
cluster_formation.node_cleanup.only_log_warning = true
cluster_partition_handling = autoheal

View File

@@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/rabbitmq
tag: 3.8.5-debian-10-r12
tag: 3.8.5-debian-10-r14
## set to true if you would like to see extra information on logs
## it turns BASH and NAMI debugging in minideb
@@ -184,7 +184,7 @@ configuration: |-
default_pass = CHANGEME
## Clustering
cluster_formation.peer_discovery_backend = rabbit_peer_discovery_k8s
cluster_formation.k8s.host = kubernetes.default.svc.cluster.local
cluster_formation.k8s.host = kubernetes.default.svc.{{ .Values.clusterDomain }}
cluster_formation.node_cleanup.interval = 10
cluster_formation.node_cleanup.only_log_warning = true
cluster_partition_handling = autoheal