Skip to content

Commit

Permalink
chore(helm): added default values for the missing preview/mainnet net…
Browse files Browse the repository at this point in the history
…works
  • Loading branch information
rcmorano committed Jan 15, 2024
1 parent 19766d2 commit 0a1a4c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deploy/cf-ledger-sync/values-mainnet.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
dbSchema: mainnet
network: mainnet
storeCardanoHost: backbone.cardano-mainnet.iohk.io
storeCardanoPort: 3001
storeCardanoProtocolMagic: 764824073
5 changes: 5 additions & 0 deletions deploy/cf-ledger-sync/values-preview.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
dbSchema: preview
network: preview
storeCardanoHost: preview-node.play.dev.cardano.org
storeCardanoPort: 3001
storeCardanoProtocolMagic: 2

0 comments on commit 0a1a4c1

Please sign in to comment.