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.
18 lines
308 B
18 lines
308 B
1 month ago
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: msg-rpc-service
|
||
|
spec:
|
||
|
selector:
|
||
|
app: msg-rpc-server
|
||
|
ports:
|
||
|
- name: http-10280
|
||
|
protocol: TCP
|
||
|
port: 10280
|
||
|
targetPort: 10280
|
||
|
- name: prometheus-12280
|
||
|
protocol: TCP
|
||
|
port: 12280
|
||
|
targetPort: 12280
|
||
|
type: ClusterIP
|