diff --git a/activemq-artemis.yaml b/activemq-artemis.yaml index 275d1d4..af2c176 100644 --- a/activemq-artemis.yaml +++ b/activemq-artemis.yaml @@ -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