Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/lint_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ jobs:
helm repo add elastic https://helm.elastic.co
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add qdrant https://qdrant.github.io/qdrant-helm
helm repo add clickstack https://clickhouse.github.io/ClickStack-helm-charts
helm repo update

- name: Build Loom chart dependencies
run: helm dependency build ./helm/loom

- uses: actions/setup-python@v4
with:
python-version: '3.9'
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@ In a production deployment:

## Configuration

### Loom FHIR dataframe service

The optional `helm/loom` chart deploys the Loom FHIR dataframe GraphQL server
alongside a single chart-owned ClickHouse instance. See
[`helm/loom/README.md`](./helm/loom/README.md) for the local-cluster smoke test,
managed-backend configuration, and persistence settings.

The local ClickHouse service is `clickhouse:9000`. ArangoDB is not
silently deployed by the Gen3 parent chart: production installs must provide a
managed/operator-owned ArangoDB service, while local smoke tests may enable
the disposable backend in `helm/loom/values-local.yaml`.

For a full set of configuration options see the [CONFIGURATION.md](./docs/CONFIGURATION.md) for a more in depth instructions on how to configure each service.

There's also an auto-generated table of basic configuration options here:
Expand Down
6 changes: 5 additions & 1 deletion examples/gke_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ global:
username: "postgres"
password: "postgres-password"

elasticsearch:
# Use the managed Elasticsearch/OpenSearch endpoint instead of deploying ES in-cluster.
enabled: false

# configuration for fence helm chart. You can add it for all our services.
fence:
# Override image
Expand Down Expand Up @@ -81,4 +85,4 @@ revproxy:
- qureshi.planx-pla.net


# Add configuration overrides for fence and other services below as needed
# Add configuration overrides for fence and other services below as needed
32 changes: 0 additions & 32 deletions helm/audit/Chart.yaml

This file was deleted.

125 changes: 0 additions & 125 deletions helm/audit/README.md

This file was deleted.

1 change: 0 additions & 1 deletion helm/audit/templates/NOTES.txt

This file was deleted.

89 changes: 0 additions & 89 deletions helm/audit/templates/_helpers.tpl

This file was deleted.

3 changes: 0 additions & 3 deletions helm/audit/templates/aws-config.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions helm/audit/templates/db-init.yaml

This file was deleted.

Loading
Loading