Skip to content
Snippets Groups Projects
Verified Commit 3bd2022a authored by Vincent Sellier's avatar Vincent Sellier
Browse files

Fix blackbox url after the cluster-configuration -> cluster-components migration

Related to swh/infra/sysadm-environment#4525
parent 91905ca5
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ spec:
jobName: production-websites-monitoring
module: swh_www
prober:
url: admin-blackbox-exporter-application-prometheus-blackbox-exporte:9115
url: admin-cluster-components-blackbox-exporter:9115
path: /probe
scheme: http
targets:
......@@ -34,7 +34,7 @@ spec:
jobName: production-websites-monitoring
module: http_2xx
prober:
url: admin-blackbox-exporter-application-prometheus-blackbox-exporte:9115
url: admin-cluster-components-blackbox-exporter:9115
path: /probe
scheme: http
targets:
......@@ -60,7 +60,7 @@ spec:
jobName: production-noncritical-websites-monitoring
module: http_2xx
prober:
url: admin-blackbox-exporter-application-prometheus-blackbox-exporte:9115
url: admin-cluster-components-blackbox-exporter:9115
path: /probe
scheme: http
targets:
......@@ -85,7 +85,7 @@ spec:
jobName: staging-websites-monitoring
module: http_2xx
prober:
url: admin-blackbox-exporter-application-prometheus-blackbox-exporte:9115
url: admin-cluster-components-blackbox-exporter:9115
path: /probe
scheme: http
targets:
......@@ -110,7 +110,7 @@ spec:
interval: 60s
jobName: admin-websites-warning-monitoring
prober:
url: admin-blackbox-exporter-application-prometheus-blackbox-exporte:9115
url: admin-cluster-components-blackbox-exporter:9115
module: http_2xx
targets:
staticConfig:
......@@ -133,7 +133,7 @@ spec:
interval: 60s
jobName: admin-websites-monitoring
prober:
url: admin-blackbox-exporter-application-prometheus-blackbox-exporte:9115
url: admin-cluster-components-blackbox-exporter:9115
module: http_2xx
targets:
staticConfig:
......@@ -156,7 +156,7 @@ spec:
interval: 60s
jobName: next-version-up-website-monitoring
prober:
url: admin-blackbox-exporter-application-prometheus-blackbox-exporte:9115
url: admin-cluster-components-blackbox-exporter:9115
module: http_2xx
targets:
staticConfig:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment