Helm charts for Ontoserver - the world-leading FHIR terminology server supporting SNOMED CT, LOINC, and more.
helm repo add ontoserver \ https://aehrc.github.io/ontoserver-deploy/ helm install ontoserver \ ontoserver/ontoserver \ --values values.yaml
helm install ontoserver \ oci://ghcr.io/aehrc/ontoserver-helm/ontoserver \ --version 0.5.2 \ --set ontoserver.imageCredentials.username=QUAY_USERNAME \ --set ontoserver.imageCredentials.password=QUAY_PASSWORD
Once Ontoserver is running, run the built-in Helm tests to confirm the FHIR endpoint is healthy. Allow a few minutes for the server to start before running.