apache / rocketmq-operator

Apache RocketMQ Operator
https://rocketmq.apache.org/
Apache License 2.0
310 stars 126 forks source link

How do I configure my own broker configuration file in crd? #86

Closed zouchengli closed 2 years ago

zouchengli commented 2 years ago

Because I want to install the rocket dashboard, but because the broker’s configuration file is automatically generated by the operator, I cannot modify the listening port and naming service. This will cause my dashboard to fail to monitor it. Is there a way to fix this problem?

caigy commented 2 years ago

If configurations you want to change are exposed as environment variables, you can set them in env part of specific custom resources.