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