You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
398 B
18 lines
398 B
3 months ago
|
apiVersion: monitoring.coreos.com/v1
|
||
|
kind: ServiceMonitor
|
||
|
metadata:
|
||
|
labels:
|
||
|
app.kubernetes.io/component: grafana
|
||
|
app.kubernetes.io/name: grafana
|
||
|
app.kubernetes.io/part-of: kube-prometheus
|
||
|
app.kubernetes.io/version: 8.1.1
|
||
|
name: grafana
|
||
|
namespace: monitoring
|
||
|
spec:
|
||
|
endpoints:
|
||
|
- interval: 15s
|
||
|
port: http
|
||
|
selector:
|
||
|
matchLabels:
|
||
|
app.kubernetes.io/name: grafana
|