mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-06-26 14:19:38 +08:00
14 lines
207 B
YAML
14 lines
207 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: NodePort
|