These charts are still a work in progress. They provide a base that deploys the 3 components [backend, web, admin] as seperate deployments. However I think that currently the frontend/admin don't allow envs dynamic envs. As long as this is not implemented I fear this way of deploying will not work.
Also I am not a maintainer or in any way related to the hoppscotch project, I made this as a starter template and hope that the hoppscotch team will transfer this repo over to their org.
Please create an issue or submit a pull request for any issues or missing features.
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Once Helm is set up properly, add the repo as follows:
helm repo add hoppscotch https://wdaan.github.io/hoppscotch-helm/
You can then run helm search repo hoppscotch
to see the charts.
helm install hoppscotch hoppscotch/hoppscotch
helm upgrade hoppscotch hoppscotch/hoppscotch
You can configure this chart by updating create a custom values file.
See the hoppscotch documentation for more information.
You can also configure this chart using YAML. See the values.yaml file for the default values under global.env
.
Feel free to open up a PR.