Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Any steps to enabled web dashboard. #1024

Answered by brusdev
cclim123 asked this question in Q&A
Discussion options

You must be logged in to vote

@cclim123 you can use the .spec.console.expose field to expose the ActiveMQ Artemis Web Console, i.e. use the following ActiveMQArtemis CR to deploy a broker instance and expose its console at http://artemis-with-console.my-domain.com

apiVersion: broker.amq.io/v1beta1
kind: ActiveMQArtemis
metadata:
  name: artemis-with-console
spec:
  console:
    expose: true
    ingressHost: artemis-with-console.my-domain.com

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cclim123
Comment options

Answer selected by cclim123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants