From 3c6afc80c254770bb27e0dfed05112574f638fa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Roy?= Date: Thu, 2 Jan 2025 09:38:34 -0800 Subject: [PATCH] fix(bbe): remove http microsoft.com probes They are yielding 403. --- kubernetes/apps/observability/blackbox-exporter/app/probe.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/kubernetes/apps/observability/blackbox-exporter/app/probe.yaml b/kubernetes/apps/observability/blackbox-exporter/app/probe.yaml index 2bd7e1a33..a525057e1 100644 --- a/kubernetes/apps/observability/blackbox-exporter/app/probe.yaml +++ b/kubernetes/apps/observability/blackbox-exporter/app/probe.yaml @@ -16,7 +16,6 @@ spec: - https://cloudflare.com - https://google.com - https://github.com - - https://microsoft.com - https://dynamodb.us-west-1.amazonaws.com/ping - https://us-west2-5tkroniexa-wl.a.run.app/ping interval: 1m @@ -41,7 +40,6 @@ spec: - https://apple.com - https://cloudflare.com - https://google.com - - https://microsoft.com - https://us-west2-5tkroniexa-wl.a.run.app/ping interval: 1m scrapeTimeout: 10s