mirror of
https://github.com/helm/helm.git
synced 2026-02-03 20:39:45 -05:00
This provides a simple field to expose the version of the application contained in a chart. Closes #2036 |
||
|---|---|---|
| .. | ||
| alpine | ||
| nginx | ||
| 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.