diff --git a/activemq-artemis.yaml b/activemq-artemis.yaml index d2e9232..4210aab 100644 --- a/activemq-artemis.yaml +++ b/activemq-artemis.yaml @@ -85,6 +85,23 @@ spec: protocol: TCP selector: app: activemq + +--- +apiVersion: v1 +kind: Service +metadata: + name: activemq-mqtt + namespace: birbnetes +spec: + type: NodePort + ports: + - name: activemq-mqtt + port: 1883 + targetPort: 1883 + nodePort: 30075 + protocol: TCP + selector: + app: activemq --- apiVersion: v1 kind: ConfigMap