mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-06-26 06:15:20 +08:00
18 lines
310 B
YAML
18 lines
310 B
YAML
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
|