helm/docs/examples
Erik Sundell eb96576b8d Reform indentation practices using nindent () 6 years ago
..
alpine change kubernetes to helm in docs and yaml files when refer the repository () 7 years ago
nginx Reform indentation practices using nindent () 6 years ago
README.md Documentation: add syntax highlighting to code examples & fix spelling of kube primitives 7 years ago

README.md

Helm Examples

This directory contains example charts to help you get started with chart development.

Alpine

The alpine chart is very simple, and is a good starting point.

It simply deploys a single pod running Alpine Linux.

Nginx

The nginx chart shows how to compose several resources into one chart, and it illustrates more complex template usage.

It deploys a Deployment (which creates a ReplicaSet), a ConfigMap, and a Service. The replica set starts an nginx pod. The config map stores the files that the nginx server can serve.