archetype-chart

Archetype Chart

A declarative helm chart for deploying common types of services on Kubernetes

Requirements

Each file in templates is generally a smaller part of a larger chart with more benefit gained by using more components to make a full deployment. Noticeable additions are made for ‘project’ elements like the project configmap integration into deployments.

Some chart elements have cluster requirements:

Usage

helm repo add archetype https://zloeber.github.io/archetype-chart/

Building/Publishing

Update the chart version in Chart.yaml, then run the following to perform a release for that version.

make release

Credits

(monochart)[https://github.com/cloudposse/charts/tree/master/incubator/monochart] - The original archetype chart