Files
open-im-server/deployments/deploy/openim-rpc-conversation-service.yml
T

18 lines
326 B
YAML
Raw Normal View History

apiVersion: v1
kind: Service
metadata:
name: conversation-rpc-service
spec:
selector:
app: conversation-rpc-server
ports:
- name: http-10220
protocol: TCP
port: 10220
targetPort: 10220
- name: prometheus-12220
protocol: TCP
port: 12220
targetPort: 12220
type: ClusterIP