From ba935af67bf951d5e52be217903ba2b018aa0ea7 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 7 Jan 2026 09:21:52 +0000 Subject: [PATCH] Update apps/cluster-health-dashboard/Jenkinsfile --- apps/cluster-health-dashboard/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/cluster-health-dashboard/Jenkinsfile b/apps/cluster-health-dashboard/Jenkinsfile index bbfce28..28f1dab 100644 --- a/apps/cluster-health-dashboard/Jenkinsfile +++ b/apps/cluster-health-dashboard/Jenkinsfile @@ -4,8 +4,8 @@ pipeline { environment { DASHBOARD_NAME = 'cluster-health-dashboard' OUTPUT_DIR = '${WORKSPACE}/dashboard-reports' - PROMETHEUS_URL = 'http://k8s-monitoring-kube-promet-prometheus.monitoring.svc.cluster.local' - GRAFANA_URL = 'http://grafana.monitoring.svc.cluster.local' + PROMETHEUS_URL = 'http://k8s-monitoring-kube-promet-prometheus.monitoring.svc.cluster.local:9090' + GRAFANA_URL = 'http://grafana.monitoring.svc.cluster.local:80' // Notification TELEGRAM_BOT_TOKEN = credentials('telegram-bot-token')