mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-13 21:48:19 +00:00
use infura for now (#2140)
This commit is contained in:
parent
e3c0acfc24
commit
ff1a6f0b62
@ -43,7 +43,7 @@ spec:
|
||||
- name: beacon-chain
|
||||
image: gcr.io/prysmaticlabs/prysm/beacon-chain:latest
|
||||
args:
|
||||
- --web3provider=ws://public-rpc-nodes.pow.svc.cluster.local:8546
|
||||
- --web3provider=wss://goerli.infura.io/ws/v3/be3fb7ed377c418087602876a40affa1
|
||||
#- --verbosity=debug
|
||||
- --deposit-contract=$(DEPOSIT_CONTRACT_ADDRESS)
|
||||
- --rpc-port=4000
|
||||
|
17
k8s/beacon-chain/infura.yaml
Normal file
17
k8s/beacon-chain/infura.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
apiVersion: networking.istio.io/v1alpha3
|
||||
kind: ServiceEntry
|
||||
metadata:
|
||||
name: goerli-infura-ext
|
||||
namespace: beacon-chain
|
||||
spec:
|
||||
hosts:
|
||||
- goerli.infura.io
|
||||
ports:
|
||||
- number: 80
|
||||
name: http
|
||||
protocol: HTTP
|
||||
- number: 443
|
||||
name: https
|
||||
protocol: HTTPS
|
||||
resolution: DNS
|
||||
location: MESH_EXTERNAL
|
Loading…
Reference in New Issue
Block a user