From 96a754c645d8345bf348dd423bac9942c738f529 Mon Sep 17 00:00:00 2001 From: Patryk Hegenberg Date: Wed, 7 May 2025 09:18:23 +0200 Subject: [PATCH] fix: change wrong service name for prometheus service in ingress --- infrastructure/monitoring/prometheus-ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/monitoring/prometheus-ingress.yaml b/infrastructure/monitoring/prometheus-ingress.yaml index dcee732..cf60c35 100644 --- a/infrastructure/monitoring/prometheus-ingress.yaml +++ b/infrastructure/monitoring/prometheus-ingress.yaml @@ -14,6 +14,6 @@ spec: pathType: Prefix backend: service: - name: prometheus-kube-prometheus-stack-prometheus + name: kube-prometheus-stack-prometheus port: number: 9090