mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
DEPLOY-276: Add dynamic release_name as variable to repository container
This commit is contained in:
@@ -12,7 +12,12 @@ data:
|
||||
{{ $key }}: {{ $val | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
CATALINA_OPTS: " -Ddb.driver=org.postgresql.Driver
|
||||
RELEASE_NAME: {{ .Release.Name }}
|
||||
CATALINA_OPTS: "-Dalfresco.host={{ template "content-services.fullname" . }}-repository
|
||||
-Dalfresco.port={{ .Values.repository.service.externalPort }}
|
||||
-Dshare.host={{ template "content-services.fullname" . }}-share
|
||||
-Dshare.port={{ .Values.share.service.externalPort }}
|
||||
-Ddb.driver=org.postgresql.Driver
|
||||
-Ddb.username={{ .Values.postgresql.postgresUser }}
|
||||
-Ddb.password={{ .Values.postgresql.postgresPassword }}
|
||||
-Ddb.url=jdbc:postgresql://{{ .Release.Name }}-postgresql-acs:5432/{{ .Values.postgresql.postgresDatabase }}
|
||||
|
Reference in New Issue
Block a user