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
Homepage
Documentation
Helm Repo
Helm Git Repo
MetaRepo
Operator
Connector-IRC
Toolbox
CLI

Getting Started

Check out docs/helm 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/eevee-crds/values.yaml for details on the eeevee-crds chart

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

See charts/eevee-bot/values.yaml for details on the eeevee-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 eevee-bot eevee/eevee-crds --values eevee-crds-values.yaml
helm upgrade --install eevee-operator eevee/eevee-operator --values eevee-operator-values.yaml
helm upgrade --install eevee-bot eevee/eevee-bot --values eevee-bot-values.yaml

License

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

See LICENSE for details.