This repository hosts my Helm Charts for deploying on Kubernetes.
The quickest way to setup a Kubernetes cluster is with Azure Kubernetes Service, AWS Elastic Kubernetes Service or Google Kubernetes Engine using their respective quick-start guides.
For setting up Kubernetes on other cloud platforms or bare-metal servers refer to the Kubernetes getting started guide.
Get the latest Helm release.
Once you have Helm installed, add the repo as follows:
helm repo add thetredev https://thetredev.github.io/helm-charts
helm repo update
helm search repo thetredev
helm install my-release thetredev/<chart>
You can find specific charts inside the charts directory.
You're always welcome to create or help fix an issue.