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 bot for providing various services to deployed testnets.

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 o1-bot chart and its default values.

Required Settings

Parameter Description
bot.name name of bot to deploy
bot.image container image representing bot function/role
bot.role role/function of bot to deploy
bot.testnet Mina protocol testnet to deploy to

Optional Settings

Parameter Description Default
bot.command override command to run on bot startup []
bot.args arguments to pass to startup override command []
bot.resources bot resource specification/mapping see default Values.yaml
bot.optionalEnv optional environment variable configuration settings []
bot.volumes k8s volume objects to launch bot with []
bot.volumeMounts bot pod volume mount path settings []

buildkite-exporter launch examples

helm install faucet ...