Skip to content

Files

The Helm charts created for Week 4. The source code is on GitHub.


public-cloud-concepts (default chart)

The default chart created with helm create public-cloud-concepts. Used as a base to study the structure of a Helm chart.

FileDescription
Chart.yamlMetadata: name, version, description.
values.yamlDefault configuration values (replicaCount, image, service, ingress).
templates/Deployment, Service, Ingress, HPA, ServiceAccount, NOTES.txt and test files.

static-site (own application)

A copy of the default chart, modified to run the application from Week 1 and 2 (stensel8/public-cloud-concepts:latest).

FileDescription
Chart.yamlMetadata of the static-site chart.
values.yamlCustomised values: repository stensel8/public-cloud-concepts, tag latest.
templates/Same structure as the default chart.