-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtest-s.yaml
More file actions
32 lines (32 loc) · 946 Bytes
/
test-s.yaml
File metadata and controls
32 lines (32 loc) · 946 Bytes
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
global:
env:
ENVIRONMENT: "testnet"
SELECTED_NETWORKS: "11155111,84532,421614"
REGISTRY_URL: "https://gist.githubusercontent.com/filo87/065a797e757920e75d29eaf5d00d71d5/raw/a30410edb9f5290e3fc91ca9105329f30c7ff9bf/testnet.json"
PONDER_RPC_URL_11155111: "http://cfg-api-erpc:4000/main/evm/11155111"
PONDER_RPC_URL_84532: "http://cfg-api-erpc:4000/main/evm/84532"
PONDER_RPC_URL_421614: "http://cfg-api-erpc:4000/main/evm/421614"
apiSecretName: cfg-api-v3-rpc-keys
dbSecretName: cfg-api-v3-test-postgres-app
indexer:
enabled: false
image:
tag: sha-2158450
query:
enabled: true
image:
tag: sha-2158450
replicaCount: 1
ingress:
enabled: true
hosts:
- host: api-v3-test-s.cfg.embrio.tech
paths:
- path: /
pathType: Prefix
tls:
- secretName: cfg-api-v3-test-s-tls
hosts:
- api-v3-test-s.cfg.embrio.tech
postgres:
enabled: false