You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Open-IM-Server/deployments/deploy/openim-rpc-third-service.yml

18 lines
312 B

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