mirror of
https://github.com/bitnami/charts.git
synced 2026-03-04 06:47:57 +08:00
[bitnami/rabbitmq] Updated values.yaml (#15934)
* Updated values.yaml Updated the values.yaml file to prevent loading definition file prior to the cluster being fully initialised. This allows the quorum queues defined within the definition file to setup correctly with followers instead of master with 0 followers. Resolves: https://github.com/bitnami/charts/issues/15299 Signed-off-by: Millz12 <millz12@hotmail.com> * [bitnami/rabbitmq] Updated values.yaml Updated the values.yaml file to prevent loading definition file prior to the cluster being fully initialised. This allows the quorum queues defined within the definition file to setup correctly with followers instead of only a master with 0 followers. Signed-off-by: Millz12 <millz12@hotmail.com> * Update bitnami/rabbitmq/Chart.yaml Co-authored-by: Ibone González Mauraza <gibone@vmware.com> Signed-off-by: Millz12 <millz12@hotmail.com> --------- Signed-off-by: Millz12 <millz12@hotmail.com> Co-authored-by: Ibone González Mauraza <gibone@vmware.com>
This commit is contained in:
@@ -23,4 +23,4 @@ name: rabbitmq
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/rabbitmq
|
||||
- https://www.rabbitmq.com
|
||||
version: 11.12.3
|
||||
version: 11.13.0
|
||||
@@ -387,6 +387,9 @@ configuration: |-
|
||||
cluster_formation.node_cleanup.only_log_warning = true
|
||||
cluster_partition_handling = {{ .Values.clustering.partitionHandling }}
|
||||
{{- end }}
|
||||
{{ if and .Values.clustering.enabled .Values.loadDefinition.enabled }}
|
||||
cluster_formation.target_cluster_size_hint = {{ .Values.replicaCount }}
|
||||
{{ end }}
|
||||
{{- if .Values.loadDefinition.enabled }}
|
||||
load_definitions = {{ .Values.loadDefinition.file }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user