mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-10-31 16:32:12 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			230 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			230 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| apiVersion: v1
 | |
| kind: Service
 | |
| metadata:
 | |
|   name: redis-service
 | |
|   labels:
 | |
|     app: redis
 | |
| spec:
 | |
|   type: ClusterIP
 | |
|   selector:
 | |
|     app: redis
 | |
|   ports:
 | |
|     - name: redis-port
 | |
|       protocol: TCP
 | |
|       port: 16379
 | |
|       targetPort: 6379
 |