13 lines
		
	
	
		
			170 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			170 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| apiVersion: v1
 | |
| kind: Service
 | |
| metadata:
 | |
|   name: wizarr
 | |
|   namespace: wizarr
 | |
| spec:
 | |
|   ports:
 | |
|     - protocol: TCP
 | |
|       name: web
 | |
|       port: 5690
 | |
|   selector:
 | |
|     app: wizarr
 |