Skip to content

Commit

Permalink
Update RPC_URL variable on mainnet deployment (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antony1060 authored Jan 27, 2024
1 parent b8909f1 commit 1d6ed5d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/.k8s/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,13 @@ spec:
secretKeyRef:
name: opensea-api-key
key: api-key
- name: RPC_URL
valueFrom:
secretKeyRef:
name: rpc-url-mainnet
key: rpc-url
- name: REDIS_URL
value: redis://redis.enstate.svc.cluster.local:6379
- name: RPC_URL
value: https://eth.llamarpc.com,https://rpc.payload.de,https://rpc.ankr.com/eth
- name: UNIVERSAL_RESOLVER
value: 0xc0497E381f536Be9ce14B0dD3817cBcAe57d2F62
resources:
Expand Down

0 comments on commit 1d6ed5d

Please sign in to comment.