nodeType: light # full, bridge
p2pNetwork: mocha # celestia, arabica
persistence:
enabled: true
existingClaim: "" # or put an existing volume claim
Use existing config map for config.yaml
celestia:
existingConfigmap: "celestia-custom-config"
apiVersion: v1
kind: ConfigMap
metadata:
name: celestia-custom-config
labels:
app.kubernetes.io/component: crypto
data:
config.toml: |
[Node]
StartupTimeout = "20s"
ShutdownTimeout = "20s"
...
helm install celestia-mocha-light celestia-node --repo https://dougefresh.github.io/celestia-helm-chart
To install the chart with the release name my-release
:
helm install my-release
The command deploys celestia on the Kubernetes cluster in the default configuration. The Parameters section lists the parameters that can be configured during installation.
Tip: List all releases using
helm list
To uninstall/delete the my-release
deployment:
helm delete my-release
The command removes all the Kubernetes components associated with the chart and deletes the release.