polardbxoperator/charts/polardbx-monitor/templates/grafana-serviceMonitor.yaml

17 lines
342 B
YAML

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