Skip to content

Commit

Permalink
chore: updated resync configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo83 committed May 7, 2024
1 parent 0513efe commit 024e8f6
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions charts/main-app/values-uat-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ cf-ledger-sync:
values:
git:
targetRevision: "develop"
image:
repository: "pro.registry.gitlab.metadata.dev.cf-deployments.org/base-infrastructure/docker-registry/cf-ledger-sync"
tag: "a842354-8831465254"
useLocalCardanoNode: true
localCardanoNode:
enabled: true
Expand All @@ -33,8 +30,9 @@ cf-ledger-sync:
mithrilRestore: "false"
network: "preview"
indexer:
enabled: true
replicaCount: 1
image:
repository: "pro.registry.gitlab.metadata.dev.cf-deployments.org/base-infrastructure/docker-registry/cf-ledger-sync"
tag: "a842354-8831465254"

cf-ledger-sync-resync:
enabled: true
Expand All @@ -48,21 +46,17 @@ cf-ledger-sync-resync:
effect: PreferNoSchedule
values:
git:
targetRevision: "parameterize-psql-secret-name-key"
image:
repository: "pro.registry.gitlab.metadata.dev.cf-deployments.org/base-infrastructure/docker-registry/cf-ledger-sync"
tag: "a842354-8831465254"
targetRevision: "develop"
storeCardanoHost: cardano-node.cf-explorer
storeCardanoPort: 3001
ingress:
enabled: false
useLocalCardanoNode: false
localCardanoNode:
enabled: false
network: "preview"
indexer:
enabled: true
replicaCount: 1
image:
repository: "pro.registry.gitlab.metadata.dev.cf-deployments.org/base-infrastructure/docker-registry/cf-ledger-sync"
tag: "a842354-8831465254"
postgres:
secretName: cardano.cf-ledger-sync-resync-pg.credentials.postgresql.acid.zalan.do
host: cf-ledger-sync-resync-pg
Expand Down

0 comments on commit 024e8f6

Please sign in to comment.