mirror of
				https://github.com/prometheus-operator/kube-prometheus.git
				synced 2025-10-31 16:11:01 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			224 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			224 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| apiVersion: prometheus.coreos.com/v1alpha1
 | |
| kind: ServiceMonitor
 | |
| metadata:
 | |
|   name: frontend
 | |
|   labels:
 | |
|     team: frontend
 | |
| spec:
 | |
|   selector:
 | |
|     matchLabels:
 | |
|       team: frontend
 | |
|   scrapeInterval: 10s
 | |
|   endpoints:
 | |
|   - port: web |