chart/hyrax/templates/configmap-env.yaml in hyrax-5.0.0.rc1 vs chart/hyrax/templates/configmap-env.yaml in hyrax-5.0.0.rc2
- old
+ new
@@ -12,10 +12,10 @@
CH12N_TOOL: "fits_servlet"
{{- else }}
CH12N_TOOL: "fits"
{{- end }}
DB_HOST: {{ template "hyrax.postgresql.host" . }}
- DB_PORT: {{ .Values.postgresql.containerPorts.postgresql | default 5432 | quote }}
+ DB_PORT: {{ include "hyrax.postgresql.port" . | quote }}
DB_USERNAME: {{ template "hyrax.postgresql.database" . }}
{{- if .Values.memcached.enabled }}
MEMCACHED_HOST: {{ template "hyrax.memcached.fullname" . }}
{{- end }}
{{- if .Values.derivativesVolume.enabled }}