Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: Helm chart for fusionauth
name: fusionauth
version: 0.2.2
version: 0.2.3
2 changes: 1 addition & 1 deletion chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -70,7 +70,7 @@ spec:
- name: DATABASE_ROOT_USER
value: {{ .Values.database.root.user }}
- name: DATABASE_URL
value: "jdbc:postgresql://{{ include "fusionauth.databaseHost" . }}:{{ .Values.database.port }}/{{ .Values.database.name }}"
value: "jdbc:postgresql://{{ include "fusionauth.databaseHost" . }}:{{ .Values.database.port }}/{{ .Values.database.name }}{{ include "fusionauth.databaseTLS" . }}"
- name: FUSIONAUTH_SEARCH_SERVERS
value: "{{ .Values.search.protocol }}://{{ include "fusionauth.searchLogin" . }}{{ include "fusionauth.searchHost" . }}:{{ .Values.search.port }}"
{{- range $key, $value := .Values.environment }}

0 comments on commit 35c368b

Please sign in to comment.