Provides a helm chart for running a conode.
How to use this:
docker run -it --rm dedis/conode:latest bash
./conode setup # Use defaults
cat /root/.config/conode/private.toml
Copy the file contents into a fresh values file (e.g. ./your-values.yaml
)
and edit the Address
and Description
fields.
First, make the helm chart:
helm package conode # From this folder
Then deploy it:
helm upgrade --install conode conode-0.1.0.tgz \
--namespace conode \
-f your-values.yaml