...
Typically 1883 for plain TCP and 8883 for 8883 TLS secured TCP
Code Block | ||
---|---|---|
| ||
ports:
- name: "mqtt"
port: 1883
expose: true
...
- name: "mqtt-tls"
port: 8883
... |
Step 2:
After adding these ports next step is to have service(s) exposing those ports to the world
...
helm upgrade --install -f values.yaml hivemqmy-ss cluster hivemq/hivemq-operator
here hivemqmy-sscluster
is the cluster name
next step is to apply this service manually i.e
...