-
Hi all, apiVersion: broker.amq.io/v1beta1
kind: ActiveMQArtemis
metadata:
name: ex-aao
spec:
deploymentPlan:
size: 1
image: placeholder
initImage: artemis-custom-jaas-init:1.0.0
extraMounts:
configMaps:
- "cert-jaas-config"
acceptors:
- name: sslacceptor
protocols: all
port: 61617
expose: true
sslEnabled: true
needClientAuth: true
verifyHost: false minikube was installed with ingress enabled. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
This is a known issue and it will be fixed by #475 that requires ingress SSL Passthrough. To enable ingress with SSL Passthrough on minikube you need to enable the ingress addon and to patch the ingress deployment, i.e.
|
Beta Was this translation helpful? Give feedback.
-
Hi @brusdev, apiVersion: broker.amq.io/v1beta1
kind: ActiveMQArtemis
metadata:
name: exoo
spec:
deploymentPlan:
size: 1
image: placeholder
labels:
app: artemis-cluster
acceptors:
- name: mqtt-tls-acceptor
protocols: MQTT
port: 61617
expose: true
sslEnabled: true
needClientAuth: true
verifyHost: false
console:
expose: false but any ingress has been installed in the namespace. Another question: for dev/test purposes is it possible to expose outside the cluster plain MQQT acceptor? |
Beta Was this translation helpful? Give feedback.
This is a known issue and it will be fixed by #475 that requires ingress SSL Passthrough. To enable ingress with SSL Passthrough on minikube you need to enable the ingress addon and to patch the ingress deployment, i.e.
Until #475 will be merged you can use a NodePort service.