Helm Chart Repository · CSIRO AEHRC

Deploy Ontoserver
on Kubernetes

Helm charts for Ontoserver - the world-leading FHIR terminology server supporting SNOMED CT, LOINC, and more.

Quick install
$ helm repo add ontoserver https://aehrc.github.io/ontoserver-deploy/
$ helm repo update
$ helm install ontoserver ontoserver/ontoserver \ --set ontoserver.imageCredentials.username=QUAY_USERNAME \ --set ontoserver.imageCredentials.password=QUAY_PASSWORD
Available Charts
ontoserver
Full FHIR terminology server with read-only and read-write deployment modes, sidecar PostgreSQL, Envoy Gateway, Traefik, and scaling support.
0.5.2
ontoserver-extras
Optional infrastructure components — Varnish cache with Prometheus exporter, OpenTelemetry Collector, and persistent volume helpers.
0.1.2
ontoserver-indexer
Kubernetes Job that indexes a SNOMED CT release (or other code system) and publishes it to a syndication server.
0.2.1
Usage
Helm repo (recommended)
helm repo add ontoserver \
  https://aehrc.github.io/ontoserver-deploy/

helm install ontoserver \
  ontoserver/ontoserver \
  --values values.yaml
OCI registry
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
Verify your installation

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.

Verify
$ helm test ontoserver
Resources