Skip to content

eeveebot/helm

Repository files navigation

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

Helpful Links

Link Badge
Homepage ---
Documentation ---
Helm Repo ---
Issues Issues
MetaRepo Build
.GitHub ---
Admin Build
Calculator Build
CLI Build NPM Package & Toolbox Image
Connector-IRC Build Image
Connector-Discord Build Image
CRDS Build Release
Dice Build
Echo Build
Emote Build
GitOps ---
GitHub Build
Helm Git Repo Build
Help Build
Libeevee-JS Node.js Package
Operator Build Operator Image
Router Build
Seen Build
Superslap Build
Tell 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 "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.

About

Helm charts for eevee.bot

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors