mirror of
				https://github.com/carlosedp/cluster-monitoring.git
				synced 2025-10-26 10:23:04 +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
 |