artemis ports fix
This commit is contained in:
parent
11e5881eb4
commit
d0dd93ad5d
@ -11,7 +11,7 @@ spec:
|
||||
persistentVolumeReclaimPolicy: Recycle
|
||||
nfs:
|
||||
server: 192.168.122.20
|
||||
path: /srv/birbdata/activemq
|
||||
path: /srv/kubedata/birbnetes/activemq
|
||||
---
|
||||
kind: PersistentVolumeClaim
|
||||
apiVersion: v1
|
||||
@ -69,12 +69,15 @@ spec:
|
||||
ports:
|
||||
- port: 61616
|
||||
targetPort: 61616
|
||||
name: multiple-mq
|
||||
protocol: TCP
|
||||
- port: 8161
|
||||
targetPort: 8161
|
||||
name: web
|
||||
protocol: TCP
|
||||
- port: 1883
|
||||
targetPort: 1883
|
||||
name: mqtt
|
||||
protocol: TCP
|
||||
selector:
|
||||
app: activemq
|
||||
|
Loading…
Reference in New Issue
Block a user