2018-07-30 14:04:47 +00:00
|
|
|
kind: Service
|
|
|
|
apiVersion: v1
|
|
|
|
metadata:
|
2018-11-28 05:27:21 +00:00
|
|
|
name: geth-bootnode-v4
|
|
|
|
namespace: pow
|
2018-07-30 14:04:47 +00:00
|
|
|
spec:
|
|
|
|
selector:
|
2018-11-28 05:27:21 +00:00
|
|
|
component: bootnode-v4
|
2018-07-30 14:04:47 +00:00
|
|
|
universe: geth
|
|
|
|
ports:
|
|
|
|
- port: 8545
|
|
|
|
targetPort: 8545
|
|
|
|
name: rpc
|
|
|
|
protocol: TCP
|
|
|
|
- port: 30303
|
|
|
|
targetPort: 30303
|
|
|
|
name: discovery-tcp
|
|
|
|
protocol: TCP
|
|
|
|
- port: 30303
|
|
|
|
targetPort: 30303
|
|
|
|
name: discovery-udp
|
|
|
|
protocol: UDP
|
|
|
|
- port: 30301
|
|
|
|
targetPort: 30301
|
|
|
|
name: bootnode-udp
|
2018-11-28 05:27:21 +00:00
|
|
|
protocol: UDP
|
|
|
|
type: ClusterIP
|
|
|
|
---
|
|
|
|
kind: Service
|
|
|
|
apiVersion: v1
|
|
|
|
metadata:
|
|
|
|
name: geth-bootnode-v5
|
|
|
|
namespace: pow
|
|
|
|
spec:
|
|
|
|
selector:
|
|
|
|
component: bootnode-v5
|
|
|
|
universe: geth
|
|
|
|
ports:
|
|
|
|
- port: 8545
|
|
|
|
targetPort: 8545
|
|
|
|
name: rpc
|
|
|
|
protocol: TCP
|
|
|
|
- port: 30303
|
|
|
|
targetPort: 30303
|
|
|
|
name: discovery-tcp
|
|
|
|
protocol: TCP
|
|
|
|
- port: 30303
|
|
|
|
targetPort: 30303
|
|
|
|
name: discovery-udp
|
|
|
|
protocol: UDP
|
|
|
|
- port: 30301
|
|
|
|
targetPort: 30301
|
|
|
|
name: bootnode-udp
|
|
|
|
protocol: UDP
|
|
|
|
type: ClusterIP
|