mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-11-01 00:42:13 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			208 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			208 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| apiVersion: v1
 | |
| kind: Service
 | |
| metadata:
 | |
|   name: mongo-service
 | |
| spec:
 | |
|   selector:
 | |
|     app: mongo
 | |
|   ports:
 | |
|     - name: mongodb-port
 | |
|       protocol: TCP
 | |
|       port: 37017
 | |
|       targetPort: 27017
 | |
|   type: ClusterIP
 |