Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/celestiaorg/helm-charts
Celestia Helm Charts
https://github.com/celestiaorg/helm-charts
app celestia celestia-app celestia-node consensus data-availability helm-charts kubernetes node
Last synced: about 11 hours ago
JSON representation
Celestia Helm Charts
- Host: GitHub
- URL: https://github.com/celestiaorg/helm-charts
- Owner: celestiaorg
- License: apache-2.0
- Created: 2024-06-12T10:47:30.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T19:52:18.000Z (2 months ago)
- Last Synced: 2024-10-19T11:29:35.229Z (2 months ago)
- Topics: app, celestia, celestia-app, celestia-node, consensus, data-availability, helm-charts, kubernetes, node
- Language: Smarty
- Homepage: https://celestiaorg.github.io/helm-charts/
- Size: 1.48 MB
- Stars: 4
- Watchers: 9
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# helm-charts
Celestia Helm Charts
## Add the celestiaorg helm repository
```bash
helm repo add celestiaorg https://celestiaorg.github.io/helm-charts/
```## Versions
Please check the helm repository to check which version you need to deploy.
```bash
helm search repo celestiaorg
```## Installation
Please make sure you have created the namespace before installing the chart.
```bash
kubectl create namespace celestia
```### Install the celestia-app chart
Install a celestia consensus full node against the mocha testnet.
```bash
helm install celestia-app celestiaorg/celestia-app --namespace celestia --values examples/celestia-node/mocha.yaml
```### Install the celestia-node chart
Install a celestia bridge node against the mocha testnet.
```bash
helm install celestia-node-bridge celestiaorg/celestia-node --namespace celestia --values examples/celestia-node/mocha.yaml
```