prometheus-training-lab-setup/charts/user-monitoring/templates/_user-pushgateway-servicemonitor.yaml
2023-08-10 14:49:17 +02:00

17 lines
382 B
YAML

{{- define "pushgateway.servicemonitor" }}
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
labels:
app.kubernetes.io/name: pushgateway
name: pushgateway
spec:
endpoints:
- interval: 30s
port: http
honorLabels: true
namespaceSelector: {}
selector:
matchLabels:
app.kubernetes.io/name: pushgateway
{{- end }}