Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngutech21/fedimint-charts
Helm Charts for Fedimint
https://github.com/ngutech21/fedimint-charts
bitcoin fedimint helm-charts kubernetes
Last synced: 1 day ago
JSON representation
Helm Charts for Fedimint
- Host: GitHub
- URL: https://github.com/ngutech21/fedimint-charts
- Owner: ngutech21
- License: mit
- Created: 2024-07-09T11:04:35.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-28T11:33:23.000Z (3 months ago)
- Last Synced: 2024-11-01T05:02:15.315Z (18 days ago)
- Topics: bitcoin, fedimint, helm-charts, kubernetes
- Language: Smarty
- Homepage:
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fedimint Kubernetes Helm Charts
![Build Status](https://github.com/ngutech21/fedimint-charts/actions/workflows/release.yml/badge.svg)
![License](https://img.shields.io/badge/License-MIT-green?style=flat-square)Helm chart for deploying fedimintd and gatewayd inside a kubernetes cluster
# Usage
```
helm repo add fedimint https://ngutech21.github.io/fedimint-charts/
helm repo update
```## Documentation
Make sure to update the values.yaml file with the necessary configurations before running the installation commands.- [fedimintd](charts/fedimintd/README.md)
- [gatewayd](charts/gatewayd/README.md)## Installation Steps
To install `fedimintd`, run the following command:```
helm upgrade --install fedimint-mutinynet fedimint/fedimintd -n fedimint --create-namespace --values values.yaml
```To install `gatewayd`, run the following command:
```
helm upgrade --install gatewayd-mutinynet fedimint/gatewayd -n fedimint --create-namespace --values values.yaml
```## Examples
For a practical example of how to use these Helm charts with Terraform, refer to the Terraform examples provided in this repository.- [Multiple Guardians + Gateway connected to LND](examples/guardians-gatway-lnd/README.md)
- [Gateway with integrated LDK-Node](examples/gateway-ldk/README.md)