ethersphere / helm-charts

Helm charts to deploy Swarm and Geth
6 stars 4 forks source link

Add global-store chart #55

Closed skylenet closed 5 years ago

skylenet commented 5 years ago

This chart deploys a global-store that can be used by Swarm nodes to store their data at a central place. This is mainly useful for debugging and testing purposes. By default it will run in-memory, you can also choose to persist data to disk. See values.yaml for more details.

Swarm nodes that want to use this globalstore should run with the --globalstore-api flag . E.g.: --globalstore-api=ws://swarm-global-store:3033

skylenet commented 5 years ago

https://github.com/ethersphere/go-ethereum/issues/1202