Skip to content

Files

Latest commit

 

History

History
 
 

helm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Redpanda Console Helm Chart

⚠️ WARNING: This chart repo has been deprecated. See redpanda-data/helm-charts for continued development.


This Helm chart allows you to deploy Redpanda Console to your Redpanda cluster. You can install the chart by running the following commands:

helm repo add redpanda-console 'https://packages.vectorized.io/public/console/helm/charts/' 
helm repo update
helm install redpanda-console/console -f values.yaml

Have a look at the values.yaml file to see the available options. Additionally, there is an example configuration in the examples directory.