forked from xiaohei/taiji-AI-PAD
53 lines
2.0 KiB
YAML
53 lines
2.0 KiB
YAML
# Kubernetes Secrets for Taiji AI-PAD
|
|
# 注意:生产环境请使用 Azure Key Vault 或 kubectl create secret 命令
|
|
# 生成命令: echo -n "your-value" | base64
|
|
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: taiji-secrets
|
|
namespace: taiji-ai
|
|
labels:
|
|
app: taiji-ai-pad
|
|
environment: production
|
|
type: Opaque
|
|
stringData:
|
|
# ===========================================
|
|
# 数据库配置 (Azure Database for PostgreSQL)
|
|
# 生产环境使用 taiji_prod 数据库
|
|
# ===========================================
|
|
database-url: "postgresql://taiji:By%40123456.@taijipda.postgres.database.azure.com:5432/taiji_prod?sslmode=require"
|
|
async-database-url: "postgresql+asyncpg://taiji:By%40123456.@taijipda.postgres.database.azure.com:5432/taiji_prod"
|
|
|
|
# ===========================================
|
|
# Redis配置 (Azure Cache for Redis with SSL)
|
|
# 端口 10000 使用 SSL 连接
|
|
# 注意:Redis 已迁移到 taiji2026 实例
|
|
# ===========================================
|
|
redis-url: "rediss://:PzmWkM6CwfRrJTB1d2xLRxE9pzT7JKgvVAzCaEehmFE=@taiji2026.southeastasia.redis.azure.net:10000/0?ssl_cert_reqs=none"
|
|
|
|
# ===========================================
|
|
# JWT配置
|
|
# ===========================================
|
|
jwt-secret: "your-super-secret-jwt-key-change-this-in-production"
|
|
|
|
# ===========================================
|
|
# LiteLLM配置
|
|
# ===========================================
|
|
litellm-master-key: "sk-litellm-taiji-prod-8f3a9b2c4d5e6f7g"
|
|
|
|
# ===========================================
|
|
# OpenRouter配置
|
|
# ===========================================
|
|
openrouter-api-key: "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"
|
|
|
|
# ===========================================
|
|
# RapidAPI配置
|
|
# ===========================================
|
|
rapidapi-key: "33902cc39dmsha572ec6ae920fb5p13c196jsn8a11209a7e67"
|
|
|
|
# ===========================================
|
|
# SMTP邮箱配置
|
|
# ===========================================
|
|
smtp-password: "eR)8hD@1Q)3sU%2q"
|