Skip to content

Commit

Permalink
Add GRAPH_API_URL (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw authored Oct 10, 2023
1 parent bb9ea1d commit df51db2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/v3-backend/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: v3-backend
version: 3.1.6
appVersion: v0.3.6
version: 3.1.7
appVersion: v0.4.0
kubeVersion: "^1.20.0-0"
description: The StakeWise backend application.
type: application
Expand Down
1 change: 1 addition & 0 deletions charts/v3-backend/templates/common-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ data:
POSTGRES_DB: {{ .Values.settings.postgres.db | quote }}
POSTGRES_USER: {{ .Values.settings.postgres.user | quote }}

GRAPH_API_URL: {{ .Values.settings.graph.APIUrl | quote }}
GRAPH_POSTGRES_HOST: {{ .Values.settings.graph.postgresHost | quote }}
GRAPH_POSTGRES_PORT: {{ .Values.settings.graph.postgresPort | quote }}
GRAPH_POSTGRES_DB: {{ .Values.settings.graph.postgresDB | quote }}
Expand Down
1 change: 1 addition & 0 deletions charts/v3-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ settings:
ratedApiBearerToken: ""

graph:
APIUrl: ""
postgresHost: ""
postgresPort: ""
postgresDB: ""
Expand Down

0 comments on commit df51db2

Please sign in to comment.