mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-06 01:32:18 +00:00
25 lines
469 B
YAML
25 lines
469 B
YAML
|
kind: Service
|
||
|
apiVersion: v1
|
||
|
metadata:
|
||
|
name: geth-bootnode
|
||
|
spec:
|
||
|
selector:
|
||
|
component: bootnode
|
||
|
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
|