Add platform infrastructure configuration
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
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
|
||||
Reference in New Issue
Block a user