Uploaded image for project: 'AMQ Broker'
  1. AMQ Broker
  2. ENTMQBR-3738

The operator don't expose the service using `expose: true`

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Blocker Blocker
    • None
    • AMQ 7.7.0.GA
    • operator
    • None

      with AMQ 7.7 operator, when we use `expose: true` no service is exposed except broker-hdls-svc 8161/TCP,61616/TCP, 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
      

            rhn-support-jbertram Justin Bertram
            rhn-support-aboucham Abel Bouchama
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: