Alvearie / alvearie-helm

repository for the helm chart source and package for Alvearie projects
https://artifacthub.io/packages/helm/linuxforhealth
Apache License 2.0
3 stars 5 forks source link

[FHIR] Support use of bootstrapped Derby DB #56

Closed michaelwschroeder closed 3 years ago

michaelwschroeder commented 3 years ago

A user should be able to deploy a FHIR server instance which uses a bootstrapped Derby database.

michaelwschroeder commented 3 years ago

The following properties should be overridden in order to allow the FHIR server to bootstrap an embedded Derby database:

postgresql:
  enabled: false

schemaMigration:
  enabled: false

db:
  type: derby

datasourcesTemplate: "defaultDerbyDatasources"