myorg assistant
This commit is contained in:
22
myorg-assistant/configmap.yaml
Normal file
22
myorg-assistant/configmap.yaml
Normal 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"
|
||||
Reference in New Issue
Block a user