15 lines
299 B
YAML
15 lines
299 B
YAML
apiVersion: monitoring.coreos.com/v1
|
|
kind: Probe
|
|
metadata:
|
|
name: {{ .Release.Name }}-probe
|
|
labels:
|
|
app: {{ .Release.Name }}
|
|
spec:
|
|
module: http_2xx
|
|
prober:
|
|
url: blackbox-exporter.monitoring.svc.cluster.local
|
|
targets:
|
|
staticConfig:
|
|
static:
|
|
- {{ .Values.hostname }}
|