https://github.com/ngutech21/fedimint-charts
Helm Charts for Fedimint
https://github.com/ngutech21/fedimint-charts
bitcoin fedimint helm-charts kubernetes
Last synced: 11 days 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-28T21:23:42.000Z (7 months ago)
- Last Synced: 2025-01-18T00:52:06.895Z (6 months ago)
- Topics: bitcoin, fedimint, helm-charts, kubernetes
- Language: Smarty
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fedimint Kubernetes Helm Charts

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)