nextgen-connect-chart

Mirth / NextGen Connect Helm Chart with pgsql

Todo

Usage

helm install nextgen-connect hiddehs/nextgen-connect-chart --postgres.postgresqlPassword="supersecrethere"

Contents

Custom entrypoint.sh

Following lines are added to the entrypoint.sh to make sure the connection within the container is forced to type postgres and the JDBC_DATABASEURL can be used for overriding GitLab’s not jdbc-friendly DATABASE_URL

export DATABASE=postgres
export DATABASE_URL=$JDBC_DATABASE_URL