11 lines
		
	
	
		
			196 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			196 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
apiVersion: monitoring.coreos.com/v1
 | 
						|
kind: ServiceMonitor
 | 
						|
metadata:
 | 
						|
  name: gitea-servicemonitor
 | 
						|
spec:
 | 
						|
  endpoints:
 | 
						|
  - port: http
 | 
						|
  selector:
 | 
						|
    matchLabels:
 | 
						|
      app.kubernetes.io/name: gitea
 |