prysm-pulse/k8s/geth/nodes.service.yaml

18 lines
295 B
YAML
Raw Normal View History

kind: Service
apiVersion: v1
metadata:
name: geth-nodes
spec:
selector:
component: node
universe: geth
ports:
- port: 8545
targetPort: 8545
name: rpc
protocol: TCP
- port: 8546
targetPort: 8546
name: ws
protocol: TCP
type: LoadBalancer