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-auth-service.yml

18 lines
310 B

apiVersion: v1
kind: Service
metadata:
name: auth-rpc-service
spec:
selector:
app: auth-rpc-server
ports:
- name: http-10200
protocol: TCP
port: 10200
targetPort: 10200
- name: prometheus-12200
protocol: TCP
port: 12200
targetPort: 12200
type: ClusterIP