Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JBOK

Go to the microsite for more information.

TL;DR

$ helm install chart

Prerequisites

  • Kubernetes 1.8

Install

You can specify each parameter using the --set key=value[,key=value] argument to helm install as follows:

$ helm install chart --name my-release
    --set chain.node=1

or provide a YAML file that specifies the values you want:

$ helm install chart --name my-release -f override-values.yaml 

Upgrade

To upgrade the my-release deployment:

$ helm upgrade my-release chart -f override-values.yaml

Uninstall

To uninstall/delete the my-release deployment:

$ helm delete my-release

The command removes all the Kubernetes components associated with the chart and deletes the release.

Configuration

To be continued.

Parameter Description Default
chain.nodes number of nodes for the blockchain network 1

About

JBOK Helm chart for Kubernetes

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages