Skip to content

dappalachia/gaia-hub-helm

Repository files navigation

Helm Charts for Blockstack Gaia Hub

Gaia is a decentralized high-performance storage system for blockstack.

Basic Install

This will not be usable outside of the kubernetes cluster, but can be used for testing.

helm install ./ --wait

Example Production Install

Copy values.yaml to values/[something].yaml and modify it as needed.

There are examples for aws and disk. The disk type example includes an nginx based read endpoint.

Then install with a namespace and human readable name:

helm install --namespace disk-gaia-hub --name gaia-disk -f values/disk.yaml ./ --wait
helm install --namespace aws-gaia-hub --name gaia-aws -f values/aws.yaml ./ --wait

Releases

No releases published

Packages

No packages published