mirror of
				https://github.com/prometheus-operator/kube-prometheus.git
				synced 2025-10-31 16:11:01 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			223 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			223 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| apiVersion: rbac.authorization.k8s.io/v1beta1
 | |
| kind: Role
 | |
| metadata:
 | |
|   name: alertmanager-discovery
 | |
|   namespace: monitoring
 | |
| rules:
 | |
| - apiGroups: [""]
 | |
|   resources:
 | |
|   - services
 | |
|   - endpoints
 | |
|   - pods
 | |
|   verbs: ["list", "watch"]
 |