From 9b4893d1c375d6597651fec5d2201f512181cf20 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Mon, 15 Apr 2024 18:33:44 +0100 Subject: Move Grafana to monitoring namespace --- kubernetes/namespaces/monitoring/grafana/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 kubernetes/namespaces/monitoring/grafana/README.md (limited to 'kubernetes/namespaces/monitoring/grafana/README.md') diff --git a/kubernetes/namespaces/monitoring/grafana/README.md b/kubernetes/namespaces/monitoring/grafana/README.md new file mode 100644 index 0000000..03a9682 --- /dev/null +++ b/kubernetes/namespaces/monitoring/grafana/README.md @@ -0,0 +1,11 @@ +# Grafana + +This folder contains the manifests for deploying our Grafana instance, the service we use to query our data. + +This deployment expects a number of secrets and environment variables to exist in a secret called `grafana-secret-env`. + +| Environment | Description | +|------------------------------|-----------------------------------------------------| +| GF_AUTH_GITHUB_CLIENT_ID | The client ID of the Github app to use for auth | +| GF_AUTH_GITHUB_CLIENT_SECRET | The client secret of the Github app to use for auth | +| GF_SECURITY_ADMIN_PASSWORD | The admin password the the grafana admin console | -- cgit v1.2.3