Skip to content

Commit

Permalink
chore: schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo83 committed May 7, 2024
1 parent c356cdc commit 0a4854a
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 2 deletions.
8 changes: 8 additions & 0 deletions deploy/cf-ledger-sync/values-mainnet.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
indexer:
postgres:
dbSchema: mainnet

aggregation:
postgres:
dbSchema: aggregation-mainnet

dbSchema: mainnet
network: mainnet
localCardanoNode:
Expand Down
8 changes: 8 additions & 0 deletions deploy/cf-ledger-sync/values-preprod.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
indexer:
postgres:
dbSchema: preprod

aggregation:
postgres:
dbSchema: aggregation-preprod

domain: dev-sranjan.cf-explorer-preprod.eu-west-1.metadata.dev.cf-deployments.org
dbSchema: preprod
localCardanoNode:
Expand Down
6 changes: 6 additions & 0 deletions deploy/cf-ledger-sync/values-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ storeCardanoHost: preview-node.play.dev.cardano.org
storeCardanoPort: 3001
storeCardanoProtocolMagic: 2

indexer:
postgres:
dbSchema: preview

aggregation:
postgres:
dbSchema: aggregation-preview
store:
executor:
use_virtual_thread_for_batch_processing: "true"
8 changes: 8 additions & 0 deletions deploy/cf-ledger-sync/values-sanchonet.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
indexer:
postgres:
dbSchema: sanchonet

aggregation:
postgres:
dbSchema: aggregation-sanchonet

dbSchema: sanchonet
network: sanchonet
localCardanoNode:
Expand Down
4 changes: 2 additions & 2 deletions deploy/cf-ledger-sync/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ indexer:
enabled: true
replicaCount: 1
postgres:
dbSchema: public
# dbSchema: public
secretName: postgres-secrets
hostKey: POSTGRES_HOST
portKey: POSTGRES_PORT
Expand All @@ -72,7 +72,7 @@ aggregation:
tag: "7b05530"
pullPolicy: Always
postgres:
dbSchema: aggregation
# dbSchema: aggregation
secretName: postgres-secrets
hostKey: POSTGRES_HOST
portKey: POSTGRES_PORT
Expand Down

0 comments on commit 0a4854a

Please sign in to comment.