A set of Helm charts to run multiple components of the Ethereum blockchain on Kubernetes.
Helm must be installed to use the charts. Please refer to Helm’s documentation to get started.
Once Helm has been set up correctly, add the repo as follows:
helm repo add blobscan-helm-charts https://blobscan.github.io/blobscan-helm-charts
If you had already added this repo earlier, run helm repo update
to retrieve
the latest versions of the packages. You can then run the following command to see the charts.
helm search repo blobscan-helm-charts
To install the blobscan chart:
helm install blobscan blobscan-helm-charts/blobscan
To uninstall the chart:
helm delete blobscan
You can find the source code for all charts under github.com/blobscan/blobscan-helm-charts.