Added node port for MQTT

This commit is contained in:
root 2020-10-02 20:47:35 +02:00
parent 9424b264e0
commit 7755488789
1 changed files with 17 additions and 0 deletions

View File

@ -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