Files
myorg-assistant/k8s/configmap.yaml

23 lines
454 B
YAML
Raw Normal View History

2026-02-03 23:50:19 +01:00
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"