Skip to content

HarperDB/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HarperDB Helm Chart

A helm charts used to run HarperDB. For more information on how to run HarperDB, please see the documentation and the dev-center

Considerations

  • Persistent Storage: for most use cases you will likely want persistent and preferably fast storage.
  • TLS Certificates: HarperDB currently generates self signed certificates on it's first run. If you want something more more than this, you will need to provision through a service like cert-manger

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm has been set up correctly, add the repo as follows:

helm repo add harperdb https://harperdb.github.io/helm-charts

If you had already added this repo earlier, run helm repo update to retrieve the latest versions of the packages. You can then run helm search repo harperdb to see the charts.

To install the harperdb chart:

helm install my-harperdb harperdb/harperdb

To uninstall the chart:

helm delete my-harperdb