From af141406ece0ffd7289c54622bff2bda58b4d6b4 Mon Sep 17 00:00:00 2001 From: Rich McDonald Date: Tue, 24 Sep 2024 18:13:22 -0700 Subject: [PATCH] This sets the variables necessary to be able to access Grafana at port 30080. This implements code published by https://github.com/BicycleJohny in https://github.com/geerlingguy/pi-cluster/issues/15 . --- tasks/kubernetes/prometheus.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasks/kubernetes/prometheus.yml b/tasks/kubernetes/prometheus.yml index 3879e62..cc9a255 100644 --- a/tasks/kubernetes/prometheus.yml +++ b/tasks/kubernetes/prometheus.yml @@ -27,3 +27,7 @@ values: alertmanager: enabled: false + grafana: + service: + type: NodePort + nodePort: 30080