-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmain-s.yaml
More file actions
42 lines (42 loc) · 1.36 KB
/
main-s.yaml
File metadata and controls
42 lines (42 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
global:
env:
ENVIRONMENT: "mainnet"
SELECTED_NETWORKS: "42161,8453,1,98866,43114,56,10,143,999,1672"
REGISTRY_URL: "https://registry.centrifuge.io"
PONDER_RPC_URL_1: "http://cfg-api-erpc:4000/main/evm/1"
PONDER_RPC_URL_10: "http://cfg-api-erpc:4000/main/evm/10"
PONDER_RPC_URL_8453: "http://cfg-api-erpc:4000/main/evm/8453"
PONDER_RPC_URL_98866: "http://cfg-api-erpc:4000/main/evm/98866"
PONDER_RPC_URL_43114: "http://cfg-api-erpc:4000/main/evm/43114"
PONDER_RPC_URL_56: "http://cfg-api-erpc:4000/main/evm/56"
PONDER_RPC_URL_143: "http://cfg-api-erpc:4000/main/evm/143"
PONDER_RPC_URL_999: "http://cfg-api-erpc:4000/main/evm/999"
PONDER_RPC_URL_42161: "http://cfg-api-erpc:4000/main/evm/42161"
PONDER_RPC_URL_1672: "http://cfg-api-erpc:4000/main/evm/1672"
REGISTRY_v3_1_chains_42161_deployment_startBlock: "425757109"
apiSecretName: cfg-api-v3-rpc-keys
dbSecretName: cfg-api-v3-main-postgres-app
indexer:
enabled: true
image:
tag: sha-6c0d07d
query:
enabled: true
image:
tag: sha-6c0d07d
replicaCount: 1
ingress:
enabled: true
hosts:
- host: api-v3-main-s.cfg.embrio.tech
paths:
- path: /
pathType: Prefix
tls:
- secretName: cfg-api-v3-main-s-tls
hosts:
- api-v3-main-s.cfg.embrio.tech
cacheJob:
enabled: false
postgres:
enabled: false