Skip to content

Commit

Permalink
stellar#4483: adjusted k8s deployment config to point at exsiting txm…
Browse files Browse the repository at this point in the history
…eta bucket and run in append/continue mode
  • Loading branch information
sreuland committed Aug 3, 2022
1 parent 8e025a3 commit 0222139
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions services/horizon/docker/ledgerexporter/ledgerexporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ data:
# when using core 'on disk', the earliest ledger to get streamed out after catchup to 2, is 3
# whereas on in-memory it streas out 2, adjusted here, otherwise horizon ingest will abort
# and stop process with error that ledger 3 is not <= expected ledger of 2.
START: "3"
#START: "3"
END: "0"

# can only have CONTINUE or START set, not both.
#CONTINUE: "true"
CONTINUE: "true"
WRITE_LATEST_PATH: "true"
CAPTIVE_CORE_USE_DB: "true"

Expand All @@ -42,7 +42,7 @@ data:

# provide the url for the external s3 bucket to be populated
# update the ledgerexporter-pubnet-secret to have correct aws key/secret for access to the bucket
ARCHIVE_TARGET: "s3://horizon-ledgermeta-pubnet"
ARCHIVE_TARGET: "s3://horizon-ledgermeta-prodnet-test"
---
apiVersion: v1
kind: Secret
Expand Down

0 comments on commit 0222139

Please sign in to comment.