Skip to content

Commit

Permalink
Update tx-tracker deployment settings (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
ftocal committed Jul 24, 2023
1 parent 94307b8 commit 9b67c75
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deploy/tx-tracker/env/production.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ENVIRONMENT=production
ENVIRONMENT=production-mainnet
NAMESPACE=wormscan
NAME=wormscan-tx-tracker
REPLICAS=2
Expand Down
2 changes: 1 addition & 1 deletion deploy/tx-tracker/env/staging.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ENVIRONMENT=staging
ENVIRONMENT=staging-mainnet
NAMESPACE=wormscan
NAME=wormscan-tx-tracker
REPLICAS=2
Expand Down
2 changes: 1 addition & 1 deletion deploy/tx-tracker/env/test.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ENVIRONMENT=test
ENVIRONMENT=staging-testnet
NAMESPACE=wormscan-testnet
NAME=wormscan-tx-tracker
REPLICAS=1
Expand Down
8 changes: 6 additions & 2 deletions deploy/tx-tracker/tx-tracker-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ spec:
path: /api/health
port: 8000
env:
- name: ENV
value: "PRODUCTION"
- name: ENVIRONMENT
value: {{ .ENVIRONMENT }}
- name: MONITORING_PORT
value: "8000"
- name: LOG_LEVEL
Expand Down Expand Up @@ -82,6 +82,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
Expand Down

0 comments on commit 9b67c75

Please sign in to comment.