Skip to content

Commit b81500a

Browse files
Merge pull request #448 from openstack-k8s-operators/revert-442-switch_quorum
Revert "Switch to Quorum Queues by default"
2 parents 0ae454a + 9e38b84 commit b81500a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apis/bases/rabbitmq.openstack.org_rabbitmqs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1360,7 +1360,7 @@ spec:
13601360
type: string
13611361
type: object
13621362
queueType:
1363-
default: Quorum
1363+
default: Mirrored
13641364
description: QueueType to eventually apply the ha-all policy or configure
13651365
default queue type for the cluster
13661366
enum:

apis/rabbitmq/v1beta1/rabbitmq_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ type RabbitMqSpecCore struct {
6767
TopologyRef *topologyv1.TopoRef `json:"topologyRef,omitempty"`
6868
// +kubebuilder:validation:Optional
6969
// +kubebuilder:validation:Enum=None;Mirrored;Quorum
70-
// +kubebuilder:default=Quorum
70+
// +kubebuilder:default=Mirrored
7171
// QueueType to eventually apply the ha-all policy or configure default queue type for the cluster
7272
QueueType string `json:"queueType"`
7373
}

config/crd/bases/rabbitmq.openstack.org_rabbitmqs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1360,7 +1360,7 @@ spec:
13601360
type: string
13611361
type: object
13621362
queueType:
1363-
default: Quorum
1363+
default: Mirrored
13641364
description: QueueType to eventually apply the ha-all policy or configure
13651365
default queue type for the cluster
13661366
enum:

0 commit comments

Comments
 (0)