[Blockchain Watcher] (CONFIG) Rename jobs pvc (#1653)
* Rename jobs pvc * Rename jobs pvc * Remove fromBlock value * Add klayer ankr rpc for testnet --------- Co-authored-by: julian merlo <julianmerlo@julians-MacBook-Air.local>
This commit is contained in:
parent
401298f5b1
commit
95a91cb668
|
@ -49,7 +49,7 @@ SUI_RPCS='["https://fullnode.testnet.sui.io:443"]'
|
|||
BASE_RPCS='["https://base-goerli.publicnode.com","https://goerli.base.org","https://base-goerli.public.blastapi.io"]'
|
||||
OPTIMISM_RPCS='["https://sepolia.optimism.io"]'
|
||||
ARBITRUM_RPCS='["https://goerli-rollup.arbitrum.io/rpc"]'
|
||||
XLAYER_RPCS='["https://xlayertestrpc.okx.com", "https://testrpc.xlayer.tech"]'
|
||||
XLAYER_RPCS='["https://rpc.ankr.com/xlayer_testnet/${token_ankr}", "https://xlayertestrpc.okx.com", "https://testrpc.xlayer.tech"]'
|
||||
KARURA_RPCS='["https://eth-rpc-acala-testnet.aca-staging.network"]'
|
||||
MANTLE_RPCS='["https://rpc.sepolia.mantle.xyz"]'
|
||||
INJECTIVE_RPCS='["https://k8s.testnet.tm.injective.network:443","https://injective-testnet-rpc.polkachu.com"]'
|
||||
|
|
|
@ -50,7 +50,7 @@ SUI_RPCS='["https://fullnode.testnet.sui.io:443"]'
|
|||
BASE_RPCS='["https://base-goerli.publicnode.com","https://goerli.base.org","https://base-goerli.public.blastapi.io"]'
|
||||
OPTIMISM_RPCS='["https://sepolia.optimism.io"]'
|
||||
ARBITRUM_RPCS='["https://goerli-rollup.arbitrum.io/rpc"]'
|
||||
XLAYER_RPCS='["https://xlayertestrpc.okx.com", "https://testrpc.xlayer.tech"]'
|
||||
XLAYER_RPCS='["https://rpc.ankr.com/xlayer_testnet/${token_ankr}", "https://xlayertestrpc.okx.com", "https://testrpc.xlayer.tech"]'
|
||||
KARURA_RPCS='["https://eth-rpc-acala-testnet.aca-staging.network"]'
|
||||
MANTLE_RPCS='["https://rpc.sepolia.mantle.xyz"]'
|
||||
INJECTIVE_RPCS='["https://k8s.testnet.tm.injective.network:443","https://injective-testnet-rpc.polkachu.com"]'
|
||||
|
|
|
@ -91,7 +91,6 @@ data:
|
|||
"blockBatchSize": 100,
|
||||
"commitment": "finalized",
|
||||
"interval": 15000,
|
||||
"fromBlock": 16853349,
|
||||
"filters": [
|
||||
{
|
||||
"addresses": ["0xa9fb1b3009dcb79e2fe346c16a604b8fa8ae0a79"],
|
||||
|
|
|
@ -18,7 +18,7 @@ spec:
|
|||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: blockchain-watcher-solana-pvc
|
||||
name: blockchain-watcher-solana-source-events-1-pvc
|
||||
namespace: {{ .NAMESPACE }}
|
||||
labels:
|
||||
app: {{ .NAME }}-solana-source-events-1
|
||||
|
@ -170,7 +170,7 @@ spec:
|
|||
volumes:
|
||||
- name: metadata-volume
|
||||
persistentVolumeClaim:
|
||||
claimName: blockchain-watcher-solana-pvc
|
||||
claimName: blockchain-watcher-solana-source-events-1-pvc
|
||||
- name: jobs-volume
|
||||
configMap:
|
||||
name: {{ .NAME }}-solana-source-events-1-jobs
|
||||
|
|
|
@ -18,7 +18,7 @@ spec:
|
|||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: blockchain-watcher-eth-1-pvc
|
||||
name: blockchain-watcher-source-events-2-pvc
|
||||
namespace: {{ .NAMESPACE }}
|
||||
labels:
|
||||
app: {{ .NAME }}-source-events-2
|
||||
|
@ -457,7 +457,6 @@ data:
|
|||
"source": {
|
||||
"action": "PollEvm",
|
||||
"config": {
|
||||
"fromBlock": 120604056,
|
||||
"blockBatchSize": 100,
|
||||
"commitment": "latest",
|
||||
"interval": 5000,
|
||||
|
@ -995,7 +994,7 @@ spec:
|
|||
volumes:
|
||||
- name: metadata-volume
|
||||
persistentVolumeClaim:
|
||||
claimName: blockchain-watcher-eth-1-pvc
|
||||
claimName: blockchain-watcher-source-events-2-pvc
|
||||
- name: jobs-volume
|
||||
configMap:
|
||||
name: {{ .NAME }}-source-events-2-jobs
|
||||
|
|
|
@ -18,7 +18,7 @@ spec:
|
|||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: blockchain-watcher-eth-2-pvc
|
||||
name: blockchain-watcher-target-events-1-pvc
|
||||
namespace: {{ .NAMESPACE }}
|
||||
labels:
|
||||
app: {{ .NAME }}-target-events-1
|
||||
|
@ -1193,7 +1193,7 @@ spec:
|
|||
volumes:
|
||||
- name: metadata-volume
|
||||
persistentVolumeClaim:
|
||||
claimName: blockchain-watcher-eth-2-pvc
|
||||
claimName: blockchain-watcher-target-events-1-pvc
|
||||
- name: jobs-volume
|
||||
configMap:
|
||||
name: {{ .NAME }}-target-events-1-jobs
|
||||
|
|
Loading…
Reference in New Issue