nre/helm/README.md
This directory previously contained helm charts for deploying Sui RPC infrastructure.
The legacy sui-graphql-rpc and sui-indexer infrastructure has been removed.
For the current indexer and GraphQL infrastructure, see sui-indexer-alt and sui-indexer-alt-graphql.
More Documentation on this coming soon! The storage amount recommendations will increase over time. The below numbers may quickly become outdated.
Resource Recommendations
helm template <chart-name> --debughelm install <name> <chart-name>helm upgrade <name> <chart-name>review deployment history - helm history <name>
uninstall helm provisioned resources - helm uninstall <name>
Review Helm docs for other actions.