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