Skip to main content

Kubernetes Deployment

The deployment of Kubernetes instance is done via Helm chart. The helmchart repository is available at Helm Chart: Mass Sptrometry File Converter

  1. Clone the repository git clone https://git.rwth-aachen.de/linsherpa/msconverter-helmchart.git
  2. Provide necessary changes on the values.yaml such as name of app, namespace, persistent volume claims, APIConnection timeouts, etc
  3. Command for deploying Helm Chart:
helm install -f values.yaml < name-of-the-helm-app > .