Skip to content

kareemsait/activemq-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Activemq

Activemq

TL;DR;

$ helm install stable/activemq-cluster

Introduction

The application template will launch an Activemq cluster on Kubernetes using the Helm package management tool .

Installation requirements

  • Kubernetes 1.4+ and Beta APIs
  • The cluster internally meets the supply of corresponding PV

Install the app

Install the app by app name my-release:

$ helm install --name my-release stable/activemq-cluster

This command deploys a RabbitMQ cluster with a default configuration. The configuration section lists all the parameters that can be used during installation..

Tip: See all releases, please use the command helm list

Uninstall the app

Uninstall/delete my-release :

$ helm delete my-release

This command removes all related Kubernetes components and removes the release.

Configuration parameter

The table below lists the default values for ActiveMQ configurable parameters and parameters.

Parameter

Parameter Description Default
image.image cluster image tianctrl/activemq
image.pullPolicy Mirror pull rule IfNotPresent
metrics.enabled Whether the scalar is on false
replicas replicas number 1

Use --set key=value[,key=value] to specify the parameters in helm install For Example,

$ helm install --name my-release \
  --set namespace=activemq \
    stable/activemq-cluster

Alternatively, you can use a file to specify parameters during the installation phase. For example,

$ helm install --name my-release -f values.yaml stable/activemq-cluster

JSON file example:

{
    "name": "activemq-cluster-example",
    "namespace": "default",
    "repo": "neunn",
    "chart": "activemq-cluster",
    "version": "latest",
    "values": {
        "replicas": "3",
        "image": {
            "image": "neunnsy/activemq-metrics",
            "pullPolicy": "IfNotPresent"
        },
        "metrics": {
            "enabled": true
        }
    } 
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages