Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Introduction

This chart bootstraps a Mina protocol Testnet seed node.

Add Mina Helm chart repository:

helm repo add mina https://coda-charts.storage.googleapis.com
helm repo update

Configuration

The following table lists the configurable parameters of the seed-node chart and its default values.

Required Settings

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

Optional Settings

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

seed-node launch examples

helm install seed-node \
    --set testnetName=pickles \
    --set seed.discoveryKeyPair=<key-pair>