From a41ba765c3d521ce9a6d165a16b5c178986ba36e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@jku.at> Date: Fri, 24 Nov 2023 15:56:49 +0100 Subject: [PATCH] Fix installation docs for Grafana --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index e68b8606..e1c834cd 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -37,7 +37,7 @@ If persistence is not enabled, all results will be gone upon pod termination. ### Exposing Grafana -Per default, Theodolite exposes a Grafana instance as NodePort at port `31199`. This can configured by setting `grafana.service.nodePort`. +Per default, Theodolite exposes a Grafana instance as NodePort at port `31199`. This can configured by setting `kube-prometheus-stack.grafana.service.nodePort`. ### Additional Kubernetes cluster metrics -- GitLab