Skip to content

Commit

Permalink
updated db reader url name
Browse files Browse the repository at this point in the history
  • Loading branch information
adnan-kamili committed Nov 4, 2020
1 parent a131315 commit 64e430c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cryptlex/cryptlex-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ home: https://cryptlex.com
icon: https://cryptlex.com/images/cryptlex_icon.png
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 3.10.2
version: 3.10.3
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 3.10.2
appVersion: 3.10.3
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type: Opaque
stringData:
{{ if .Values.services.database.external }}
DATABASE_URL: {{ .Values.webApi.databaseUrl }}
DATABASE_READONLYURL: {{ .Values.webApi.databaseReadOnlyUrl }}
DATABASE_READERURL: {{ .Values.webApi.databaseReaderUrl }}
{{ else }}
DATABASE_URL: postgres://{{ .Values.database.user }}:{{ .Values.database.password }}@{{ .Release.Name }}-database-service:5432/{{ .Values.database.name }}
{{ end }}
Expand Down
2 changes: 1 addition & 1 deletion cryptlex/cryptlex-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ webApi:
# The database connection string, only required in case you are using an external database.
databaseUrl: postgres://{user}:{password}@{hostname}:{port}/{database-name}
# The read only database connection string, only required in case you are using an external database.
databaseReadOnlyUrl: ""
databaseReaderUrl: ""
# The passphrase to encrypt the RSA private keys.
rsaPassphrase: PASTE_RSA_SECRET
# IP rate limiting options.
Expand Down

0 comments on commit 64e430c

Please sign in to comment.