mirror of
				https://github.com/carlosedp/cluster-monitoring.git
				synced 2025-10-26 10:23:04 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			201 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			201 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| apiVersion: v1
 | |
| kind: Service
 | |
| metadata:
 | |
|   labels:
 | |
|     app: grafana
 | |
|   name: grafana
 | |
|   namespace: monitoring
 | |
| spec:
 | |
|   ports:
 | |
|   - name: http
 | |
|     port: 3000
 | |
|     targetPort: http
 | |
|   selector:
 | |
|     app: grafana
 |