Go to file
Jim Martens 7e1863cc35
fix(prometheus-adapter): Use updated name for prometheus
2024-04-24 20:36:06 +02:00
.github chore: Don't print working directory and contents anymore 2024-01-09 21:12:31 +01:00
ansible Added values.yaml to the git and updated chart configuration for wahlrecht 2023-10-28 22:38:36 +02:00
argocd fix(prometheus-adapter): Use updated name for prometheus 2024-04-24 20:36:06 +02:00
docs Updated docs 2023-08-01 09:14:50 +02:00
helm fix(kafka): Add writable volume to /var/log/kafka 2024-02-05 08:03:42 +01:00
k8s feat: Add timetable helm chart and argo application 2024-01-09 19:03:31 +01:00
.gitignore Exclude .idea directory 2023-10-31 14:18:52 +01:00
.release-please-manifest.json feat: Add timetable helm chart and argo application 2024-01-09 19:03:31 +01:00
CHANGELOG.md chore: Add release please support 2023-12-13 18:16:37 +01:00
LICENSE Initial commit 2023-07-31 18:12:48 +02:00
README.md Added badge for Artifact Hub 2023-08-21 22:13:33 +02:00
release-please-config.json feat: Add timetable helm chart and argo application 2024-01-09 19:03:31 +01:00
version.txt chore: Add release please support 2023-12-13 18:16:37 +01:00

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.