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