Skip to content

Commit

Permalink
Add new envs to backend (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw authored Jul 5, 2024
1 parent 91abf2a commit 7e0d55f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/v3-backend/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: v3-backend
version: 3.3.3
version: 3.3.4
appVersion: v1.6.5
kubeVersion: "^1.20.0-0"
description: The StakeWise backend application.
Expand Down
3 changes: 3 additions & 0 deletions charts/v3-backend/templates/common-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ data:
CONSENSUS_ENDPOINTS: {{ .Values.settings.consensusEndpoints | quote }}
EXCHANGE_RATE_EXECUTION_ENDPOINTS: {{ .Values.settings.exchangeRateExecutionEndpoints | quote }}
EXCHANGE_RATE_CONSENSUS_ENDPOINTS: {{ .Values.settings.exchangeRateConsensusEndpoints | quote }}
CONSENSUS_TIMEOUT: {{ .Values.settings.consensusTimeout | quote }}
CONSENSUS_RETRY_TIMEOUT: {{ .Values.settings.consensusRetryTimeout | quote }}


SEND_TELEGRAM_NOTIFICATIONS: {{ .Values.settings.sendTelegramNotifaction | quote }}

Expand Down
2 changes: 2 additions & 0 deletions charts/v3-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ settings:
consensusEndpoints: ""
exchangeRateExecutionEndpoints: ""
exchangeRateConsensusEndpoints: ""
consensusTimeout: "30"
consensusRetryTimeout: "60"

memcachedUrl: ""
brokerUrl: ""
Expand Down

0 comments on commit 7e0d55f

Please sign in to comment.