helm

eevee Helm chart

eevee, the lovable chatbot framework!

What is eevee?

eevee is a microservices architecture chatbot framework that lives in k8s and consists of independent modules that communicate through a common message bus, NATS

Link Badge
Homepage
Documentation
Helm Repo
.GitHub
Admin Build
Calculator Build
CLI Build NPM Package & Toolbox Image
Connector-IRC Build Image
CRDS Build Release
Dice Build
Echo Build
Emote Build
GitOps
Helm Git Repo Build
Help Build
Libeevee-JS Node.js Package
MetaRepo Build
Operator Build Operator Image
Router Build
Tell Build
Seen Build
URL Title Build
Weather Build

Getting Started

Check out quickstart for setup instructions.

Add helm repo

helm repo add eevee https://helm.eevee.bot/
helm search repo eevee

Configure values.yaml

See charts/eevee/values.yaml for details on the core eevee chart

See charts/crds/values.yaml for details on the crds chart

See charts/operator/values.yaml for details on the operator chart

See charts/bot/values.yaml for details on the bot chart

Helm install

# The core "eevee" chart brings in "eevee-crds", "eevee-operator", and "eevee-bot" as dependencies
helm upgrade --install eevee eevee/eevee --values eevee-values.yaml

# Alternatively, install the component subcharts on their own
helm upgrade --install crds eevee/crds --values crds-values.yaml
helm upgrade --install operator eevee/operator --values operator-values.yaml
helm upgrade --install bot eevee/bot --values bot-values.yaml

License

All eevee components are covered under Attribution-NonCommercial-ShareAlike 4.0 International

See LICENSE for details.