From 1753ce658ef8fc0c0ba410ca7cb45e4a8edef125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=8C=AF=E5=AE=87?= <> Date: Mon, 13 Jan 2025 02:57:13 +0800 Subject: [PATCH] fix(manifests): update Grafana ingress path to remove wildcard and set pathType MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 孙振宇 <> --- .../kube-prometheus-stack/grafana-ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/manifests/freeleaps-monitoring-system/kube-prometheus-stack/grafana-ingress.yaml b/cluster/manifests/freeleaps-monitoring-system/kube-prometheus-stack/grafana-ingress.yaml index 4de9a3c3..c3757974 100644 --- a/cluster/manifests/freeleaps-monitoring-system/kube-prometheus-stack/grafana-ingress.yaml +++ b/cluster/manifests/freeleaps-monitoring-system/kube-prometheus-stack/grafana-ingress.yaml @@ -27,7 +27,7 @@ spec: - host: grafana.mathmast.com http: paths: - - path: /* + - path: / pathType: ImplementationSpecific backend: service: