apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor metadata: name: grafana namespace: {{ .Release.Namespace }} labels: app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/managed-by: {{ .Release.Service }} spec: endpoints: - interval: 15s port: http selector: matchLabels: app: grafana