12 lines
		
	
	
		
			165 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			165 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| apiVersion: v1
 | |
| kind: Service
 | |
| metadata:
 | |
|   name: memcached
 | |
| spec:
 | |
|   selector:
 | |
|     app: memcached
 | |
|   ports:
 | |
|     - protocol: TCP
 | |
|       port: 11211
 | |
|       targetPort: 11211
 |