Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 513 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 513 Bytes

Cow Demo Helm Chart

This chart will install the "Cow Demo" web application in a Kubernetes cluster.

Quick start

Install the app with default settings:

# adds the repo
helm repo add suse-lab-setup https://opensource.suse.com/lab-setup
helm repo update

# installs the chart
helm upgrade --install cow-demo suse-lab-setup/cow-demo --namespace demo --create-namespace

Look at values.yaml for the configuration.

Clean-up:

helm delete cow-demo
kubectl delete ns demo