Skip to content

marlowl/geth-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geth helm chart

Basic Helm chart to deploy a Geth node in a Kubernetes environment.

Install

helm install <release-name> .

Customize

  • Eth mainnet is targeted as default network. You can easily add the --goerli or --sepolia flags in the node-statefulset.yaml file to sync a node for test networks.
  • The default storageclass value standard is used in values.yaml , which means Geth will sync over an HDD. To get a faster syncing time you can use the ssd-storageclass.yaml file, apply it with: kubectl apply -f ssd-storageclass.yaml and change the standard value to faster. This way Geth will sync over SSD
  • Current ssd-storageclass.yaml file is targeted for GKE. See this if using AWS or this if using Azure

About

Simple Helm chart to deploy a Geth node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages