28 lines
835 B
YAML
28 lines
835 B
YAML
apiVersion: monitoring.coreos.com/v1
|
|
kind: Probe
|
|
metadata:
|
|
name: platform-public-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-public-edge
|
|
interval: 30s
|
|
scrapeTimeout: 15s
|
|
module: http_2xx
|
|
prober:
|
|
url: blackbox-exporter.observability.svc.cluster.local:9115
|
|
scheme: http
|
|
path: /probe
|
|
proxyFromEnvironment: false
|
|
targets:
|
|
staticConfig:
|
|
labels:
|
|
observability.hyeonworks.com/probe-group: public-edge
|
|
static:
|
|
- https://git.learn.hyeonworks.com/api/healthz
|
|
- https://id.learn.hyeonworks.com/realms/hyeonworks/.well-known/openid-configuration
|