Helm Charts
Helm Charts are a packaging tool for Kubernetes. Kubernetes is an orchestration tool for containers. It allows the definition of the infrastructure set-up in a configuration file. Helm contains our definitions and allows for specific configurations to replicate and customize infrastructure settings.
To see the most recent infrastructure configuration view Chart.yaml
in the daohaus-monorepo
.
To setup the infrastructure you need to run the deployStaging
Helm install command in project.json
helm upgrade -f ./daohaus/values.yaml test ./daohaus