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