15 lines
284 B
YAML
15 lines
284 B
YAML
---
|
|
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 |