From b2f0baae3aac4a054b61ffeb9761c71fe0c5335d Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Fri, 13 Jan 2023 23:55:15 +1100 Subject: [PATCH] Update grafana --- adhoc-config/prometheus-ingress.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adhoc-config/prometheus-ingress.yml b/adhoc-config/prometheus-ingress.yml index d3a9ac1..345bba8 100644 --- a/adhoc-config/prometheus-ingress.yml +++ b/adhoc-config/prometheus-ingress.yml @@ -22,9 +22,9 @@ spec: paths: - backend: service: - name: prometheus-grafana + name: grafana port: - number: 80 + number: 3000 path: / pathType: Prefix - host: prometheus.junv.me