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

18 lines
306 B

apiVersion: v1
kind: Service
metadata:
name: openim-api-service
spec:
selector:
app: openim-api
ports:
- name: http-10002
protocol: TCP
port: 10002
targetPort: 10002
- name: prometheus-12002
protocol: TCP
port: 12002
targetPort: 12002
type: NodePort