Skip to content

Instantly share code, notes, and snippets.

@wenqiglantz
Created January 8, 2022 04:39
Show Gist options
  • Save wenqiglantz/b91af7c9bb4b178a56539433371222b5 to your computer and use it in GitHub Desktop.
Save wenqiglantz/b91af7c9bb4b178a56539433371222b5 to your computer and use it in GitHub Desktop.
apiVersion: dapr.io/v1alpha1
kind: Component
metadata:
name: dii-integration
namespace: default
spec:
type: pubsub.mqtt
version: v1
metadata:
- name: url
value: "tcp://broker.emqx.io:1883"
- name: qos
value: 1
- name: retain
value: "false"
- name: cleanSession
value: "false"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment