mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-01 07:35:58 +08:00
18 lines
306 B
YAML
18 lines
306 B
YAML
|
|
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
|