Files
taiji-AI-PAD/k8s/configmap.yaml
T
2026-01-16 10:38:17 +00:00

31 lines
753 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ConfigMap for Taiji AI-PAD
apiVersion: v1
kind: ConfigMap
metadata:
name: taiji-config
namespace: taiji-ai
data:
# 应用环境配置
APP_ENV: "production"
LOG_LEVEL: "INFO"
# NATS配置
NATS_URL: "nats://nats:4222"
# LiteLLM网关配置
LITELLM_URL: "https://litellm.graystone-fb459c5d.southeastasia.azurecontainerapps.io"
# Agent Manager 配置(K8s Agent 管理服务,在 agent-manager namespace)
AGENT_MANAGER_URL: "http://agent-manager.agent-manager.svc.cluster.local:80"
AGENT_K8S_NAMESPACE: "ai-agents"
# OpenRouter配置
OPENROUTER_BASE_URL: "https://openrouter.ai/api/v1"
# RapidAPI配置
RAPIDAPI_HOST: "rapidapi.com"
# JWT配置
JWT_ALGORITHM: "HS256"
JWT_EXPIRE_MINUTES: "1440"