Skip to content

Scripts that can be used to deploy a starter stack to a kubernetes cluster

License

Notifications You must be signed in to change notification settings

nanome-ai/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nanome Helm Charts

Easily deploy nanome plugins to your Kubernetes cluster!

Add repo to helm

helm repo add nanome https://nanome-ai.github.io/helm-charts/

View available charts

helm search repo nanome

Deploy Starter Stack (Includes charts for all standard plugins)

helm install --generate-name nanome/starter-stack -f values.yaml

Deploy an individual plugin

helm install --generate-name nanome/chemical-interactions -f values.yaml

values.yaml

This values.yaml should work for most plugins, although some plugins have additional requirements. See values.yaml in each chart for specific requirements.

global:
  NTS_HOST:
  NTS_PORT:
  NTS_KEY:
  PLUGIN_VERBOSE: false
  PLUGIN_WRITE_LOG_FILE: true
  PLUGIN_REMOTE_LOGGING: false

About

Scripts that can be used to deploy a starter stack to a kubernetes cluster

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages