mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-10-31 08:29:33 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			448 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			448 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ---
 | |
| apiVersion: v1
 | |
| kind: Service
 | |
| metadata:
 | |
|   name: minio-service
 | |
| spec:
 | |
|   selector:
 | |
|     app: minio
 | |
|   ports:
 | |
|     - name: minio
 | |
|       protocol: TCP
 | |
|       port: 10005 # External port for accessing MinIO service
 | |
|       targetPort: 9000 # Container port for MinIO service
 | |
|     - name: minio-console
 | |
|       protocol: TCP
 | |
|       port: 19090 # External port for accessing MinIO console
 | |
|       targetPort: 9090 # Container port for MinIO console
 | |
|   type: NodePort
 |