myorg assistant

This commit is contained in:
Roger Oriol
2026-02-03 23:56:31 +01:00
parent aa4793dd51
commit a895d4cf33
11 changed files with 673 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: myorg-assistant-config
namespace: default
data:
# LiteLLM Configuration
LITELLM_ENDPOINT: "http://litellm-service.default.svc.cluster.local:4000"
LITELLM_MODEL: "claude-sonnet-4-5"
# Myorg Repository Path
MYORG_REPO_PATH: "/data/myorg"
# Scheduling
TIMEZONE: "Europe/Madrid"
# Web Interface
WEB_HOST: "0.0.0.0"
WEB_PORT: "8000"
# Git Configuration
GIT_BRANCH: "main"