nanome-ai / helm-charts

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Smarty 100.0%