mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-11-01 00:42:13 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			388 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			388 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| apiVersion: v1
 | |
| kind: Service
 | |
| metadata:
 | |
|   name: {{ include "openim-rpc-group.fullname" . }}
 | |
|   labels:
 | |
|     {{- include "openim-rpc-group.labels" . | nindent 4 }}
 | |
| spec:
 | |
|   type: {{ .Values.service.type }}
 | |
|   ports:
 | |
|     - port: {{ .Values.service.port }}
 | |
|       targetPort: http
 | |
|       protocol: TCP
 | |
|       name: http
 | |
|   selector:
 | |
|     {{- include "openim-rpc-group.selectorLabels" . | nindent 4 }}
 |