Kubernetes Deployment
The deployment of Kubernetes instance is done via Helm chart. The helmchart repository is available at Helm Chart: Mass Sptrometry File Converter
- Clone the repository
git clone https://git.rwth-aachen.de/linsherpa/msconverter-helmchart.git
- Provide necessary changes on the values.yaml such as name of
app, namespace, persistent volume claims, APIConnection timeouts
, etc - Command for deploying Helm Chart:
helm install -f values.yaml < name-of-the-helm-app > .