filecoin-project / helm-charts

7 stars 7 forks source link

lotus bundle chart #84

Closed coryschwartz closed 3 years ago

coryschwartz commented 3 years ago

This is a helm chart to help you bundle your application with lotus along-side it.

Think of this as a decorator or a wrapper for lotus apps.

Key details:

In service of making things consumable outside of PL, This uses the docker image from https://github.com/filecoin-project/lotus/pull/6544 . Any change made there, could necessitate a change here.

The developer experience is intended to be similar regardless of whether using docker-compose with that provided docker-compose file, docker-swarm or this helm chart, providing an easy path to develop locally and uplift.

coryschwartz commented 3 years ago

This is the helm-chart version of the bundle idea in https://docs.google.com/document/d/11OhCYqcmT5AI8zK__5EfWzVKQOHL75YaWyZR6tgpy8Y/edit?usp=sharing

This works as well with the deployment model where applications are given lite nodes that connect to a HA lotus service backend.