helm
This commit is contained in:
14
helm/templates/monitoring.yaml
Normal file
14
helm/templates/monitoring.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
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 }}
|
||||
Reference in New Issue
Block a user