You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helm/docs/examples
roc 79f88dfc5e
ref(url) update helm's github url (#4962)
6 years ago
..
alpine ref(url) update helm's github url (#4962) 6 years ago
nginx ref(url) update helm's github url (#4962) 6 years ago
README.md docs(examples): add nginx example chart 8 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 replica set), a config map, and a service. The replica set starts an nginx pod. The config map stores the files that the nginx server can serve.