Files
memelord-jake/helm/templates/monitoring.yaml
2026-02-16 15:37:06 +02:00

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 }}