This chart bootstraps a Mina protocol Testnet seed node.
helm repo add mina https://coda-charts.storage.googleapis.com
helm repo updateThe following table lists the configurable parameters of the seed-node chart and its default values.
| Parameter | Description |
|---|---|
testnetName |
Mina protocol testnet name to deploy to |
seed.discoveryKeyPair |
Key pair used for identifying and connecting to the seed by external clients |
| Parameter | Description | Default |
|---|---|---|
seed.active |
Whether to activate client as a Mina protocol seed node | true |
seed.fullname |
k8s pod name of seed node to deploy | seed-node |
seed.hostPort |
Mina client external port | 10001 |
seed.rpcPort |
Mina client peer communication port | 8301 |
seed.discoveryKeyPair |
Key pair used for identifying and connecting to the seed by external clients | |
coda.image |
container image to use for operating the archive node's Mina daemon | codaprotocol/coda-daemon:0.0.12-beta-develop-589b507 |
coda.seedPeers |
peers to bootstrap the the archive node's Mina daemon | |
coda.runtimeConfig |
Mina daemon configuration to use at runtime | undefined |
helm install seed-node \
--set testnetName=pickles \
--set seed.discoveryKeyPair=<key-pair>