Update apps/cluster-health-dashboard/Jenkinsfile
This commit is contained in:
4
apps/cluster-health-dashboard/Jenkinsfile
vendored
4
apps/cluster-health-dashboard/Jenkinsfile
vendored
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user