mirror of
https://github.com/carlosedp/cluster-monitoring.git
synced 2024-11-20 19:07:17 +01:00
13 lines
208 B
YAML
13 lines
208 B
YAML
|
apiVersion: monitoring.coreos.com/v1
|
||
|
kind: ServiceMonitor
|
||
|
metadata:
|
||
|
name: grafana
|
||
|
namespace: monitoring
|
||
|
spec:
|
||
|
endpoints:
|
||
|
- interval: 15s
|
||
|
port: http
|
||
|
selector:
|
||
|
matchLabels:
|
||
|
app: grafana
|