## @param brokerservice.replicaCount The number of replicas.
##
brokerservice:
## @param brokerservice.enabled Enable the Broker Service.
enabled:true
## @skip brokerservice.fullnameOverride
fullnameOverride:broker-service
image:
## @param brokerservice.image.debug Set the logging level to `trace`. Otherwise, set to `info`.
debug:true
## @param brokerservice.endpoint The management api endpoint for the microservices.
endpoint:http://broker-service:15672
## @param brokerservice.host The hostname for the microservices.
host:broker-service
## @param brokerservice.port The port for the microservices.
port:5672
## @param brokerservice.virtualHost The default virtual host name.
virtualHost:dbrepo
## @param brokerservice.queueName The default queue name.
queueName:dbrepo
## @param brokerservice.exchangeName The default exchange name.
exchangeName:dbrepo
## @param brokerservice.routingKey The default routing key binding from the default queue to the default exchange.
routingKey:dbrepo.#
## @param brokerservice.connectionTimeout The connection timeout in ms.
connectionTimeout:60000
auth:
## @skip brokerservice.auth.tls
tls:
enabled:false
sslOptionsVerify:true
failIfNoPeerCert:true
existingSecret:ingress-cert
## @param brokerservice.auth.username The initial administrator username.
username:broker
## @param brokerservice.auth.password The initial administrator user password.
password:broker
## @param brokerservice.auth.passwordHash The initial administrator user password has generated with [`generate-rabbitmq-pw.sh`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/blob/release-1.4.4/helm/dbrepo/hack/generate-rabbitmq-pw.sh).