This repository contains the Cosmo Tech helm charts for deploying various components of the Cosmo Tech Platform.
The Cosmo Tech API chart is located in the charts/cosmotech-api directory. It provides the necessary resources to deploy the Cosmo Tech API on a Kubernetes cluster.
The Cosmo Tech Business Webapp chart is located in the charts/cosmotech-business-webapp directory. It provides the necessary resources to deploy the Cosmo Tech Business Webapp on a Kubernetes cluster.
Add the helm repository and update:
helm repo add cosmotech https://cosmo-tech.github.io/helm-charts/
helm repo update
Deploy chart:
helm install mychartname cosmotech/chartname --version X.Y.Z