Skip to content

Commit

Permalink
shsingh/feat add mqtt app (#442)
Browse files Browse the repository at this point in the history
* feat: add mqtt app

* fix: mqtt helm repo url

* fix: add values.yaml for mqtt helm

* fix: disable values and add emqx manifest

* fix: mqtt manifest

* fix: add mqtt transportserver

* fix: add mqtt transportserver

* fix: add mqtt transportserver
  • Loading branch information
shsingh authored Oct 7, 2023
1 parent 7314376 commit 67b12bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion argocd/manifests/mqtt/mqtt-transportserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ kind: TransportServer
metadata:
name: mqtt
spec:
host: mqtt.f5labs.dev
listener:
name: mqtt
protocol: TCP
# streamSnippets: mqtt on;
# serverSnippets: listen 1883;
upstreams:
- name: emqx-core
service: emqx-listeners
port: 1883
- action:
pass: emqx-core

0 comments on commit 67b12bb

Please sign in to comment.