Apache ActiveMQ Artemis Helm Deployment Guide

  1. Clone the values file to update the parameters required

    helm show values expertflow/activemq --version 5.4.0 > helm-values/ef-activemq-custom-values.yaml
    
  2. Navigate to /kubernetes/scripts to setup mTLs certificates. using this guide.

  3. Deploy Artemis.

    helm upgrade --install=true  --namespace=ef-external --values=helm-values/ef-activemq-custom-values.yaml activemq expertflow/activemq --version 5.4.0