mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-06-26 14:19:38 +08:00
18 lines
308 B
YAML
18 lines
308 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: msg-rpc-service
|
|
spec:
|
|
selector:
|
|
app: msg-rpc-server
|
|
ports:
|
|
- name: http-10280
|
|
protocol: TCP
|
|
port: 10280
|
|
targetPort: 10280
|
|
- name: prometheus-12280
|
|
protocol: TCP
|
|
port: 12280
|
|
targetPort: 12280
|
|
type: ClusterIP
|