helm/docs/examples
Matt Butcher 396f6cbcb2
feat(proto): add appVersion field
This provides a simple field to expose the version of the application
contained in a chart.

Closes #2036
2017-03-07 14:48:24 -07:00
..
alpine feat(proto): add appVersion field 2017-03-07 14:48:24 -07:00
nginx ref(*): change test hook to be test-success 2017-02-02 12:23:52 -05:00
README.md docs(examples): add nginx example chart 2016-06-21 16:32:12 -06:00

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.