Skip to content

Commit

Permalink
Reset queue master locator const
Browse files Browse the repository at this point in the history
Signed-off-by: raihankhan <[email protected]>
  • Loading branch information
raihankhan committed Dec 18, 2024
1 parent 00c8718 commit c8e6c56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apis/kubedb/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -1343,8 +1343,10 @@ const (
RabbitMQDefaultSSLListener1Key = "listeners.ssl.1"
RabbitMQDefaultTCPListenerVal = "5672"
RabbitMQDefaultTLSListenerVal = "5671"
RabbitMQQueueMasterLocatorKey = "queue_master_locator"
RabbitMQQueueMasterLocatorVal = "min-masters"
RabbitMQQueueLeaderLocatorKey = "queue_leader_locator"
RabbitMQQueueLeaderLocatorVal = "min-masters"
RabbitMQQueueLeaderLocatorVal = "balanced"
RabbitMQDiskFreeLimitKey = "disk_free_limit.absolute"
RabbitMQDiskFreeLimitVal = "2GB"
RabbitMQPartitionHandingKey = "cluster_partition_handling"
Expand Down

0 comments on commit c8e6c56

Please sign in to comment.