Skip to content

Latest commit

 

History

History
50 lines (26 loc) · 1.27 KB

README.md

File metadata and controls

50 lines (26 loc) · 1.27 KB

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.