mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-15 06:28:20 +00:00
use infura for now (#2140)
This commit is contained in:
parent
e3c0acfc24
commit
ff1a6f0b62
@ -43,7 +43,7 @@ spec:
|
|||||||
- name: beacon-chain
|
- name: beacon-chain
|
||||||
image: gcr.io/prysmaticlabs/prysm/beacon-chain:latest
|
image: gcr.io/prysmaticlabs/prysm/beacon-chain:latest
|
||||||
args:
|
args:
|
||||||
- --web3provider=ws://public-rpc-nodes.pow.svc.cluster.local:8546
|
- --web3provider=wss://goerli.infura.io/ws/v3/be3fb7ed377c418087602876a40affa1
|
||||||
#- --verbosity=debug
|
#- --verbosity=debug
|
||||||
- --deposit-contract=$(DEPOSIT_CONTRACT_ADDRESS)
|
- --deposit-contract=$(DEPOSIT_CONTRACT_ADDRESS)
|
||||||
- --rpc-port=4000
|
- --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