mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-05 17:22:18 +00:00
14 lines
220 B
YAML
14 lines
220 B
YAML
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
name: beacon-chain
|
|
spec:
|
|
selector:
|
|
component: beacon-chain
|
|
universe: beacon-chain
|
|
ports:
|
|
- port: 4000
|
|
targetPort: 4000
|
|
name: grpc
|
|
type: LoadBalancer
|