Skip to content

Collection of helm charts for various applications

License

Notifications You must be signed in to change notification settings

thetredev/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thetredev Helm Charts

Helm Charts

GitHub

This repository hosts my Helm Charts for deploying on Kubernetes.

Before you begin

Setup a Kubernetes Cluster

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.

Install Helm

Get the latest Helm release.

Add Helm chart repo

Once you have Helm installed, add the repo as follows:

helm repo add thetredev https://thetredev.github.io/helm-charts
helm repo update

Search and install charts

helm search repo thetredev
helm install my-release thetredev/<chart>

You can find specific charts inside the charts directory.

Contributing

You're always welcome to create or help fix an issue.

About

Collection of helm charts for various applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages