Skip to content

how to create data bridge and rule in helm chart values.yaml #9208

Answered by drunkcattt
drunkcattt asked this question in Q&A
Discussion options

You must be logged in to vote

@vipa0120 If you haven't used Operator and only used Helm Chart, I think this would be helpful for you.

This is work for me, you should reference this data-bridge to write this.

emqxConfig:
  EMQX_BRIDGES__MQTT__DEVICE_SESSION__ENABLE: "true"
  EMQX_BRIDGES__MQTT__DEVICE_SESSION__SERVER: "other-mqtt-server:1883"
  EMQX_BRIDGES__MQTT__DEVICE_SESSION__USERNAME: "device-session"
  EMQX_BRIDGES__MQTT__DEVICE_SESSION__PASSWORD: "device-session"
  EMQX_BRIDGES__MQTT__DEVICE_SESSION__CLEAN_START: "true"
  EMQX_BRIDGES__MQTT__DEVICE_SESSION__EGRESS__REMOTE__TOPIC: "device-session"
  EMQX_BRIDGES__MQTT__DEVICE_SESSION__EGRESS__REMOTE__QOS: "1"

  EMQX_RULE_ENGINE__RULES__RULE_SESSION__ENABLE: "true"

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
3 replies
@vipa0120
Comment options

@vipa0120
Comment options

Comment options

You must be logged in to vote
1 reply
@vipa0120
Comment options

Answer selected by thalesmg
Comment options

You must be logged in to vote
1 reply
@drunkcattt
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants