From cfd29fa10a44b4c1618aa9317317ec7915c1f537 Mon Sep 17 00:00:00 2001 From: AndreiS Date: Wed, 11 Feb 2026 11:57:27 +0000 Subject: [PATCH] Add monitoring.yaml --- monitoring.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 monitoring.yaml diff --git a/monitoring.yaml b/monitoring.yaml new file mode 100644 index 0000000..d78be81 --- /dev/null +++ b/monitoring.yaml @@ -0,0 +1,15 @@ +--- +apiVersion: monitoring.coreos.com/v1 +kind: Probe +metadata: + name: google-probe +spec: + module: http_2xx + prober: + url: blackbox-exporter.monitoring.svc.cluster.local + targets: + staticConfig: + static: + - google.com + - www.err.ee + - www.amazon.com \ No newline at end of file