29 lines
854 B
YAML
29 lines
854 B
YAML
apiVersion: monitoring.coreos.com/v1
|
|
kind: Probe
|
|
metadata:
|
|
name: platform-private-edge
|
|
namespace: observability
|
|
labels:
|
|
app.kubernetes.io/name: prometheus-blackbox-exporter
|
|
app.kubernetes.io/instance: blackbox-exporter
|
|
app.kubernetes.io/part-of: platform-observability
|
|
observability.hyeonworks.com/instance: home
|
|
spec:
|
|
jobName: blackbox-private-edge
|
|
interval: 30s
|
|
scrapeTimeout: 15s
|
|
module: http_private_edge_403
|
|
prober:
|
|
url: blackbox-exporter.observability.svc.cluster.local:9115
|
|
scheme: http
|
|
path: /probe
|
|
proxyFromEnvironment: false
|
|
targets:
|
|
staticConfig:
|
|
labels:
|
|
observability.hyeonworks.com/probe-group: private-edge
|
|
static:
|
|
- https://grafana.learn.hyeonworks.com/
|
|
- https://storage-admin.learn.hyeonworks.com/
|
|
- https://db-admin.learn.hyeonworks.com/
|