artemis ports fix

This commit is contained in:
Torma Kristóf 2020-08-06 16:03:08 +02:00
parent 11e5881eb4
commit d0dd93ad5d
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 4 additions and 1 deletions

View File

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