Gaia is a decentralized high-performance storage system for blockstack.
This will not be usable outside of the kubernetes cluster, but can be used for testing.
helm install ./ --wait
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