From f229810056745bd96f8dd2217672a83601b0b097 Mon Sep 17 00:00:00 2001 From: itumi Date: Wed, 11 Feb 2026 13:55:36 +0200 Subject: [PATCH] feat: add http probe for google.com --- monitoring.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 monitoring.yaml diff --git a/monitoring.yaml b/monitoring.yaml new file mode 100644 index 0000000..9efb123 --- /dev/null +++ b/monitoring.yaml @@ -0,0 +1,16 @@ +apiVersion: monitoring.coreos.com/v1 +kind: Probe +metadata: + name: google-probe + namespace: memelord-jake + labels: + release: prometheus # Standard label often used to ensure Prometheus picks up the resource +spec: + interval: 30s + module: http_2xx + prober: + url: prometheus-blackbox-exporter.monitoring.svc.cluster.local:9115 + targets: + staticConfig: + static: + - https://www.google.com