{{- if .Values.prometheus.servicemonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor metadata: name: {{ include "matrix-sliding-sync.fullname" . }} labels: {{- include "matrix-sliding-sync.labels" . | nindent 4 }} {{- with .Values.prometheus.servicemonitor.labels }} {{- toYaml . | nindent 4 }} {{- end }} spec: endpoints: - port: metrics path: "/metrics" selector: matchLabels: {{- include "matrix-sliding-sync.selectorLabels" . | nindent 6 }} {{- end }}