2020-07-06 11:32:24 +00:00
|
|
|
{{- if .Values.prometheus }}
|
|
|
|
apiVersion: monitoring.coreos.com/v1
|
|
|
|
kind: ServiceMonitor
|
|
|
|
metadata:
|
|
|
|
name: calico-node
|
|
|
|
labels:
|
|
|
|
k8s-app: calico-node
|
2020-08-14 16:05:25 +00:00
|
|
|
release: metrics
|
2020-07-06 11:32:24 +00:00
|
|
|
spec:
|
|
|
|
jobLabel: k8s-app
|
|
|
|
selector:
|
|
|
|
matchLabels:
|
|
|
|
k8s-app: calico-node
|
|
|
|
namespaceSelector:
|
|
|
|
matchNames:
|
|
|
|
- kube-system
|
|
|
|
endpoints:
|
|
|
|
- port: metrics
|
|
|
|
{{- end }}
|