TRS-Filer
Synopsis
Microservice implementing the Global Alliance for Genomics and Health (GA4GH) Tool Registry Service (TRS) API specification.
Installation
You can find a Helm chart in the GitHub repository of TRS-Filer
Follow these instructions
- Install Helm
-
Clone the TRS-Filer repository
git clone https://github.com/elixir-cloud-aai/trs-filer.git -
Browse to
deploymentto find theChart.yamland thevalues.yamlfiles
Usage
First you must create a namespace in Kubernetes in which to deploy TRS-Filer. The commands below assume that everything is created in the context of this namespace. How the namespace is created depends on the cluster, so we won't document it here.
You need to edit the values.yaml file
After this you can deploy TRS-Filer using helm:
helm install trs-filer . -f values.yaml
Updates
If you want to edit any of the Deployments, you can update them with
helm and the values.yaml file. Once edited, you can run this command:
helm upgrade trs-filer . -f values.yaml
Technical details
MongoDB
The MongoDB database is deployed using:
templates/mongo-deploy.yaml
TRS-Filer
TRS-Filer is deployed using:
templates/trs-filer-deploy.yaml
Destroy
Simply run:
helm uninstall trs-filer