This repository contains Helm charts for deploying applications on Kubernetes.
bitcoin: Helm chart for deploying a Bitcoin node.helm repo add cosmic-rocks <repo-url>
helm repo update
helm install my-bitcoin cosmic-rocks/bitcoin
Or, from local source:
helm install my-bitcoin ./charts/bitcoin
helm-docs:
helm-docs --chart-search-root=charts --template-files=README.md.gotmpl
charts/bitcoin/README.md for chart-specific configuration and values.See CONTRIBUTING.md for guidelines.
This project is licensed under the terms of the MIT License.