mirror of
https://github.com/helm/helm.git
synced 2026-02-18 02:12:11 -05:00
The upper limit for a chart name is 63 characters now instead of 14 or 24 in older versions of Kubernetes. This replaces `trunc 24` in the example chart provided to `trunc 63` to reflect the new length available. Closes #1637 |
||
|---|---|---|
| .. | ||
| 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.