|
|
@@ -3,7 +3,7 @@
|
|
|
## Declare variables to be passed into your templates.
|
|
|
|
|
|
## It is recommended to have odd number of nodes in a cluster, otherwise the emqx cluster cannot be automatically healed in case of net-split.
|
|
|
-replicaCount: 3
|
|
|
+replicaCount: 3
|
|
|
image:
|
|
|
repository: emqx/emqx
|
|
|
pullPolicy: IfNotPresent
|
|
|
@@ -74,6 +74,23 @@ emqxAclConfig: >
|
|
|
{deny, all, subscribe, ["$SYS/#", {eq, "#"}]}.
|
|
|
{allow, all}.
|
|
|
|
|
|
+emqxLoadedPlugins: >
|
|
|
+ {emqx_management, true}.
|
|
|
+ {emqx_recon, true}.
|
|
|
+ {emqx_retainer, true}.
|
|
|
+ {emqx_dashboard, true}.
|
|
|
+ {emqx_telemetry, true}.
|
|
|
+ {emqx_rule_engine, true}.
|
|
|
+ {emqx_bridge_mqtt, false}.
|
|
|
+
|
|
|
+emqxLoadedModules: >
|
|
|
+ {emqx_mod_acl_internal, true}.
|
|
|
+ {emqx_mod_presence, true}.
|
|
|
+ {emqx_mod_delayed, false}.
|
|
|
+ {emqx_mod_rewrite, false}.
|
|
|
+ {emqx_mod_subscription, false}.
|
|
|
+ {emqx_mod_topic_metrics, false}.
|
|
|
+
|
|
|
## EMQX Enterprise Edition requires manual creation of a Secret containing the licensed content. Write the name of Secret to the value of "emqxLicneseSecretName"
|
|
|
## Example:
|
|
|
## kubectl create secret generic emqx-license-secret-name --from-file=/path/to/emqx.lic
|
|
|
@@ -86,7 +103,7 @@ service:
|
|
|
## Port for MQTT
|
|
|
##
|
|
|
mqtt: 1883
|
|
|
- ## Port for MQTT(SSL)
|
|
|
+ ## Port for MQTT(SSL)
|
|
|
##
|
|
|
mqttssl: 8883
|
|
|
## Port for mgmt API
|