Files

18 lines
310 B
YAML
Raw Permalink Normal View History

apiVersion: v1
kind: Service
metadata:
name: push-rpc-service
spec:
selector:
app: push-rpc-server
ports:
- name: http-10170
protocol: TCP
port: 10170
targetPort: 10170
- name: prometheus-12170
protocol: TCP
port: 12170
targetPort: 12170
type: ClusterIP