Skip to content

Latest commit

 

History

History

chart

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Maesh Helm Chart

Prerequisites

With the command helm version, make sure that you have:

Add Maesh's chart repository to Helm:

helm repo add maesh https://containous.github.io/maesh/charts

You can update the chart repository by running:

helm repo update

Deploy Maesh

Deploy Maesh with Default Config

helm install maesh maesh/maesh

Deploy Maesh in a Custom Namespace

helm install maesh --namespace=maesh maesh/maesh

Deploy with Custom Configuration

helm install maesh --set "key1=val1,key2=val2,..." maesh/maesh

Where key1=val1, key2=val2, ... are chart values that you can find at https://github.com/containous/maesh/blob/master/helm/chart/maesh/values.yaml.