-
Hi, there is a tutorial (here, click!) but is for emqx-ee and for emqx4 (and an older operator). The instructions here and here say that I need to configure :
In the v2 of the operator I see that I can override bootstrapConfig (click!) but this means that I have to also include default values that are already written in example? Is there a way just to add these two parameters? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
No, the EMQX Operator will merge default value in bootstrap config, So you can fill in only what you care about
The EMQX Operator only enables port 1883 (MQTT protocol) by default, if you want to enable other listening ports (SSL/WS/WSS/QUIC) you need to fill in the appropriate configuration. |
Beta Was this translation helpful? Give feedback.
-
Hi, I (and probably someone else as well) use Terraform. This is my flow :
If I override the bootstrapConfig with full configuration then all is good. Probably not a bug in Terraform but just some incompatibility with this operator |
Beta Was this translation helpful? Give feedback.
-
Hi, @KlemenDanfoss The bootstrapConfig cannot be updated, so you need to set the right content at the beginning, if you want change EMQX config when EMQX running, you can via EMQX Dashboard |
Beta Was this translation helpful? Give feedback.
Hi, @KlemenDanfoss The bootstrapConfig cannot be updated, so you need to set the right content at the beginning, if you want change EMQX config when EMQX running, you can via EMQX Dashboard