mirror of
				https://github.com/prometheus-operator/kube-prometheus.git
				synced 2025-11-04 01:51:01 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			220 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			220 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
apiVersion: monitoring.coreos.com/v1alpha1
 | 
						|
kind: ServiceMonitor
 | 
						|
metadata:
 | 
						|
  name: frontend
 | 
						|
  labels:
 | 
						|
    tier: frontend
 | 
						|
spec:
 | 
						|
  selector:
 | 
						|
    matchLabels:
 | 
						|
      tier: frontend
 | 
						|
  endpoints:
 | 
						|
  - port: web
 | 
						|
    interval: 10s |