Skip to content

Commit

Permalink
Update RabbitMQ plugin set (#402)
Browse files Browse the repository at this point in the history
chore: Update RabbitMQ plugin set
  • Loading branch information
hlebkanonik authored Jul 11, 2024
1 parent fe057ef commit 822dbfe
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions reportportal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -854,9 +854,13 @@ rabbitmq:
amqp: *msgbrokerPort
manager: *msgbrokerApiPort
## @param rabbitmq.extraPlugins define additional RabbitMQ plugins to be enabled
## Consistent Hash Exchange is required for the ReportPortal
## Required for the ReportPortal to work
##
extraPlugins: "rabbitmq_auth_backend_ldap rabbitmq_consistent_hash_exchange"
extraPlugins: >
rabbitmq_auth_backend_ldap
rabbitmq_consistent_hash_exchange
rabbitmq_shovel
rabbitmq_shovel_management
## @param opensearch External OpenSearch Helm Chart as dependency
## Set @param opensearch.install to `false` if using a Cloud/On-Premise managed OpenSearch
Expand Down

0 comments on commit 822dbfe

Please sign in to comment.