From 2f828919445b33b4cc74949aec25904839484f4b Mon Sep 17 00:00:00 2001 From: ftocal <46001274+ftocal@users.noreply.github.com> Date: Tue, 8 Aug 2023 11:49:31 -0300 Subject: [PATCH] Add base url to tx-tracker-backfiller (#610) --- .../env/{production.env => production-mainnet.env} | 0 .../env/{staging.env => staging-mainnet.env} | 0 .../env/{test.env => staging-testnet.env} | 0 deploy/tx-tracker-backfiller/tx-tracker-backfiller-job.yaml | 4 ++++ 4 files changed, 4 insertions(+) rename deploy/tx-tracker-backfiller/env/{production.env => production-mainnet.env} (100%) rename deploy/tx-tracker-backfiller/env/{staging.env => staging-mainnet.env} (100%) rename deploy/tx-tracker-backfiller/env/{test.env => staging-testnet.env} (100%) diff --git a/deploy/tx-tracker-backfiller/env/production.env b/deploy/tx-tracker-backfiller/env/production-mainnet.env similarity index 100% rename from deploy/tx-tracker-backfiller/env/production.env rename to deploy/tx-tracker-backfiller/env/production-mainnet.env diff --git a/deploy/tx-tracker-backfiller/env/staging.env b/deploy/tx-tracker-backfiller/env/staging-mainnet.env similarity index 100% rename from deploy/tx-tracker-backfiller/env/staging.env rename to deploy/tx-tracker-backfiller/env/staging-mainnet.env diff --git a/deploy/tx-tracker-backfiller/env/test.env b/deploy/tx-tracker-backfiller/env/staging-testnet.env similarity index 100% rename from deploy/tx-tracker-backfiller/env/test.env rename to deploy/tx-tracker-backfiller/env/staging-testnet.env diff --git a/deploy/tx-tracker-backfiller/tx-tracker-backfiller-job.yaml b/deploy/tx-tracker-backfiller/tx-tracker-backfiller-job.yaml index 708221717..0dc3d13a9 100644 --- a/deploy/tx-tracker-backfiller/tx-tracker-backfiller-job.yaml +++ b/deploy/tx-tracker-backfiller/tx-tracker-backfiller-job.yaml @@ -51,6 +51,10 @@ spec: value: {{ .AVALANCHE_BASE_URL }} - name: AVALANCHE_REQUESTS_PER_MINUTE value: "{{ .AVALANCHE_REQUESTS_PER_MINUTE }}" + - name: BASE_BASE_URL + value: {{ .BASE_BASE_URL }} + - name: BASE_REQUESTS_PER_MINUTE + value: "{{ .BASE_REQUESTS_PER_MINUTE }}" - name: BSC_BASE_URL value: {{ .BSC_BASE_URL }} - name: BSC_REQUESTS_PER_MINUTE