Contains config files and step-by-step instructions for cloud setup
This repository has been archived on 2023-12-13. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Jim Martens 60d6a9ad12 Don't set group for prometheus ignore values 2023-11-18 14:22:09 +01:00
ansible
argocd Don't set group for prometheus ignore values 2023-11-18 14:22:09 +01:00
docs
helm Added egress to redis 2023-11-18 12:44:41 +01:00
k8s Reduce replica count 2023-11-18 11:21:44 +01:00
.gitignore
LICENSE
README.md

README.md

Cloud configuration

Contains ansible playbooks, step-by-step instructions for cloud setup, and helm charts.

Helm charts

Artifact Hub

The helm charts use symlinks to utilise a central collection of templates that is used for every chart. The values.yaml is symlinked into the directory of each chart as default_values.yaml. Each chart has an overwrite_values.yaml file which specifies the values for that particular chart and overwrites the values from default_values.yaml.

Before the chart can be installed locally for testing or is built for publishing, the actual values.yaml for Helm needs to be created (paths are specified from root of repository):

cd helm/chart/
yq '. *= load("overwrite_values.yaml")' default_values.yaml > values.yaml

Furthermore, each chart has an environments directory which contains a values file with the name of the environment (e.g. production.yaml). These values are not bundled into the chart on construction but rather supplied when installing the chart.