RabbitMQ configuration
For rabbitmq installation, bitnami/rabbitmq is used.
Installation
Add bitnami
repo to helm:
1 |
|
Install rabbitmq-ha release:
1 |
|
Configuration
You can change rabbitmq config with the following variables in rmq-values.yaml
:
replicaCount
- number RMQ instancespersistence.enabled
- enable/disable persistencepersistence.size
- size for singe PVpersistence.storageClass
- storage class for PVauth.username
- username for RMQ userauth.password
- password for RMQ user
For more config values, see this section
In values.yaml
file, you need to setup the following vars (rabbitmq
prefix):
user
- should be same asauth.username
in thermq-values.yaml
filepassword
- should be same asauth.password
in thermq-values.yaml
filehost
- rabbitmq-ha service hostname (See this doc for details)customManagementPort
- custom port for rabbitmq management interfacecustomAMQPPort
- custom port for AMQP access