16 lines
307 B
YAML
16 lines
307 B
YAML
apiVersion: monitoring.coreos.com/v1
|
|
kind: Probe
|
|
metadata:
|
|
name: memelord-probe
|
|
namespace: memelord-jake
|
|
labels:
|
|
app: memelord
|
|
spec:
|
|
module: http_2xx
|
|
prober:
|
|
url: blackbox-exporter.monitoring.svc.cluster.local
|
|
targets:
|
|
staticConfig:
|
|
static:
|
|
- google.com
|