Helm chart for deploying fedimintd and gatewayd inside a kubernetes cluster
helm repo add fedimint https://ngutech21.github.io/fedimint-charts/
helm repo update
Make sure to update the values.yaml file with the necessary configurations before running the installation commands.
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
For a practical example of how to use these Helm charts with Terraform, refer to the Terraform examples provided in this repository.