Skip to content

khanh-ph/helmcharts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Khanhph's Helm Charts

Welcome to my personal collection of Helm charts. These charts have been customized with care for my development and testing purposes.

Prerequisites

  • Kubernetes 1.x+
  • Helm v3.x+

Usage

  1. Add this repo:

    helm repo add khanhph https://raw.githubusercontent.com/khanh-ph/helmcharts/master/
  2. Save the values file from the chart:

    helm show values khanhph/[CHART_NAME] > myValues.yaml
  3. Open the myValues.yaml file in your favorite editor and update the variables to reflect your desired values.

  4. Install the chart with your own values file:

    helm install [YOUR_APP_NAME] khanhph/[CHART_NAME] -f myValues.yaml

Extra Setup Guidance

Setting up Minikube for local testing (Mac OS)

  1. Install Minikube:

    brew install minikube --driver=docker
  2. Start Minikube:

    minikube start
  3. Once you're done with the tests, stop Minikube:

    minikube stop

    If you prefer to do a cleanup, try below steps:

    minikube delete
    sudo rm -rf /usr/local/bin/minikube
    brew uninstall minikube
    rm -rf ~/.minikube

About

My personal collection of Helm charts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published