Added node port for MQTT
This commit is contained in:
parent
9424b264e0
commit
7755488789
@ -85,6 +85,23 @@ spec:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
selector:
|
selector:
|
||||||
app: activemq
|
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
|
apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
|
Loading…
Reference in New Issue
Block a user