Skip to content

Latest commit

 

History

History

mattermost-rtcd

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

mattermost-rtcd

A Helm chart for Kubernetes and Mattermost Application RTCD

How to install this chart

Add Mattermost public chart repo:

helm repo add mattermost https://helm.mattermost.com

A simple install with default values:

helm install mattermost/mattermost-rtcd

To install the chart with the release name my-release:

helm install my-release mattermost/mattermost-rtcd

To install with some set values:

helm install my-release mattermost/mattermost-rtcd --set values_key1=value1 --set values_key2=value2

To install with custom values file:

helm install my-release mattermost/mattermost-rtcd -f values.yaml