-
Bug
-
Resolution: Done
-
Minor
-
AMQ 7.7.0.GA
-
None
with AMQ 7.7 operator, no acceptor is created using the CR, only the accepter scaleDown is created, below the config:
oc create -f - <<EOF apiVersion: broker.amq.io/v2alpha2 kind: ActiveMQArtemis metadata: name: broker1 spec: deploymentPlan: size: 2 image: registry.redhat.io/amq7/amq-broker:7.7 persistenceEnabled: true messageMigration: true acceptors: - name: myacceptor protocols: amqp port: 5672 sslEnabled: true sslSecret: mytlssecret expose: true connectionAllowed: 100 console: expose: true EOF
- is cloned by
-
ENTMQBR-3738 The operator don't expose the service using `expose: true`
- Closed