Mirth / NextGen Connect Helm Chart with pgsql
- [critical] Out-of-the-box-auto-configured postgresql DB support
- Ingress / TLS support
helm repo add hiddehs-nextgen https://hiddehs.github.io/nextgen-connect-chart/
helm repo update
helm install nextgen-connect hiddehs-nextgen/nextgen-connect --create-namespace --set postgresql.postgresqlPassword="supersecrethere"- Mirth / NextGen Connect Docker image
- Custom entrypoint.sh to support running Kubernetes instance
- FHIR 🔥 plugin support
nextgen-connectHelm chart- uses custom
hiddehs/nextgen-connect3.11 docker image
- uses custom
See deployment.yaml spec.template.spec.containers[0].env
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