40 lines
923 B
YAML
40 lines
923 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: bytedesk-secrets
|
|
namespace: bytedesk
|
|
type: Opaque
|
|
stringData:
|
|
# MySQL 配置
|
|
mysql-root-password: r8FqfdbWUaN3
|
|
mysql-database: bytedesk
|
|
mysql-username: root
|
|
|
|
# Redis 配置
|
|
redis-password: qfRxz3tVT8Nh
|
|
|
|
# Elasticsearch 配置
|
|
elasticsearch-password: bytedesk123
|
|
elasticsearch-username: elastic
|
|
|
|
# JWT 密钥
|
|
jwt-secret-key: 1dfaf8d004207b628a9a6b859c429f49a9a7ead9fd8161c1e60847aeef06dbd2
|
|
|
|
# MinIO 配置
|
|
minio-root-user: minioadmin
|
|
minio-root-password: minioadmin123
|
|
|
|
# Artemis 配置
|
|
artemis-username: admin
|
|
artemis-password: admin
|
|
|
|
# AI API Keys (请替换为实际的 API 密钥)
|
|
zhipuai-api-key: sk-xxx
|
|
openai-api-key: sk-xxx
|
|
deepseek-api-key: sk-xxx
|
|
dashscope-api-key: sk-xxx
|
|
siliconflow-api-key: sk-xxx
|
|
gitee-api-key: sk-xxx
|
|
tencent-api-key: sk-xxx
|
|
baidu-api-key: bce-v3/xxx
|
|
volcengine-api-key: sk-xxx |