Skip to content

Mirth / NextGen Connect Helm Chart with pgsql

Notifications You must be signed in to change notification settings

BrainCheck/mirth-chart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nextgen-connect-chart

Mirth / NextGen Connect Helm Chart with pgsql

Todo

  • [critical] Out-of-the-box-auto-configured postgresql DB support
  • Ingress / TLS support

Usage

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"

Contents

  • Mirth / NextGen Connect Docker image
    • Custom entrypoint.sh to support running Kubernetes instance
    • FHIR 🔥 plugin support
  • nextgen-connect Helm chart
    • uses custom hiddehs/nextgen-connect 3.11 docker image

Custom entrypoint.sh

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

About

Mirth / NextGen Connect Helm Chart with pgsql

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 81.1%
  • Smarty 15.5%
  • Dockerfile 3.4%