From 3b535478ac98c61ee456b870dc76bda02e834bae Mon Sep 17 00:00:00 2001 From: smallbenji Date: Mon, 16 Jun 2025 21:36:37 +0200 Subject: [PATCH] another fix for dashboard --- dashboard/deployment.yaml | 1 + monitoring/ingress.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dashboard/deployment.yaml b/dashboard/deployment.yaml index 87a5c3a..e0ccd79 100644 --- a/dashboard/deployment.yaml +++ b/dashboard/deployment.yaml @@ -194,5 +194,6 @@ spec: - protocol: TCP port: 8000 targetPort: 8000 + name: dashboard-metrics-scraper selector: k8s-app: dashboard-metrics-scraper \ No newline at end of file diff --git a/monitoring/ingress.yaml b/monitoring/ingress.yaml index 1cf9443..f870d56 100644 --- a/monitoring/ingress.yaml +++ b/monitoring/ingress.yaml @@ -15,7 +15,7 @@ spec: pathType: Prefix backend: service: - name: prometheus-server + name: prometheus-service port: number: 9090 tls: