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
Helm Git Repo Build
MetaRepo Build
Operator Build
Connector-IRC Build
CLI Build NPM Package & Toolbox Image
CRDS Build Release

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.