use infura for now (#2140)

This commit is contained in:
Preston Van Loon 2019-04-01 21:41:31 -05:00 committed by Raul Jordan
parent e3c0acfc24
commit ff1a6f0b62
2 changed files with 18 additions and 1 deletions

View File

@ -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

View 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