Skip to content

simplify9/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simply Charts

Simply charts is a library of helm charts that helps with deployments on a Kubernetes cluster using the Helm package manager.

Prerequisites

  • Kubernetes 1.12+
  • Helm 3.0+

Adding SimplyCharts Helm Repo

To add the Incubator charts for your local client, run helm repo add:

helm repo add simplycharts https://charts.sf9.io

Installing one of the charts

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

helm install my-release simplyworks/chart-name

The command deploys dotnet core project on the Kubernetes cluster in the default configuration. The Parameters section lists the parameters that can be configured during installation.

Tip: List all releases using helm list

Uninstalling a Chart

To uninstall/delete the my-release deployment:

helm delete my-release

The command removes all the Kubernetes components associated with the chart and deletes the release.

Available charts

ChartName Description
basic A basic chart for basic deployment

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages