Skip to content

ngutech21/fedimint-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fedimint Kubernetes Helm Charts

Build Status License

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.

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.