12 lines
		
	
	
		
			151 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			151 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| apiVersion: v1
 | |
| kind: Service
 | |
| metadata:
 | |
|   name: todos-web
 | |
| spec:
 | |
|   selector:
 | |
|     app: todos
 | |
|   ports:
 | |
|   - name: todos
 | |
|     port: 3456
 | |
|     targetPort: 3456
 |