Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)