Skip to content

Commit

Permalink
chore: enabling LSv2 indexer in preview
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo83 committed Apr 18, 2024
1 parent 851de38 commit 5f532f5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion charts/main-app/values-uat-preview.yaml
Expand Up @@ -37,7 +37,6 @@ cf-ledger-sync-resync:
createDb: true
size: 250Gi
values:
replicaCount: "0"
git:
targetRevision: "parameterize-psql-secret-name-key"
image:
Expand All @@ -50,6 +49,16 @@ cf-ledger-sync-resync:
localCardanoNode:
enabled: false
network: "preview"
indexer:
enabled: true
replicaCount: 1
postgres:
secretName: cardano.cf-ledger-sync-resync-pg.credentials.postgresql.acid.zalan.do
host: cf-ledger-sync-resync-pg
port: "5432"
db: "explorer_api"
userKey: username
passwordKey: password
aggregation:
enabled: true
replicaCount: 1
Expand Down

0 comments on commit 5f532f5

Please sign in to comment.