Skip to content
Discussion options

You must be logged in to vote

The Ingress artemis-broker-wconsj-2-svc-ing created by the operator doesn't include the secretname because it uses SSL Passthrough. I guess your Ingress is not working and throws 500 because you the SSL Passthrough feature is not enabled in your Kubernetes cluster, , for further details see https://kubernetes.github.io/ingress-nginx/user-guide/tls/#ssl-passthrough

You can also set an environment variable by using the spec.env field, for further details see https://github.com/arkmq-org/activemq-artemis-operator/blob/main/docs/help/operator.md#setting--environment-variables, i.e.

apiVersion: broker.amq.io/v1beta1
kind: ActiveMQArtemis
metadata:
  name: artemis-broker
spec:
  env:
    - name…

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@brusdev
Comment options

@lambou123
Comment options

@brusdev
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

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

Answer selected by lambou123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working
2 participants
Converted from issue

This discussion was converted from issue #1150 on May 06, 2025 11:50.