From 1fcd4d6a20c7cde34f0530fbaa51aa6f514c076e Mon Sep 17 00:00:00 2001 From: Antony1060 Date: Sat, 27 Jan 2024 13:15:37 +0100 Subject: [PATCH] Update RPC_URL variable on mainnet deployment --- .github/.k8s/deploy.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/.k8s/deploy.yml b/.github/.k8s/deploy.yml index ad9e88c..ae7cd78 100644 --- a/.github/.k8s/deploy.yml +++ b/.github/.k8s/deploy.yml @@ -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: