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