chore: translate all Chinese comments in values.yaml and values.alpha.yaml to English
This commit is contained in:
parent
063c85bcd3
commit
2005327e2d
@ -105,7 +105,7 @@ reconciler:
|
||||
# Service
|
||||
serviceApiAccessHost: "0.0.0.0"
|
||||
serviceApiAccessPort: "8080"
|
||||
# MongoDB/Redis (如需可补充)
|
||||
# MongoDB/Redis (add if needed)
|
||||
mongodbName: ""
|
||||
mongodbUri: ""
|
||||
mongodbPort: ""
|
||||
|
||||
@ -105,7 +105,7 @@ reconciler:
|
||||
# Service
|
||||
serviceApiAccessHost: "0.0.0.0"
|
||||
serviceApiAccessPort: "8080"
|
||||
# MongoDB/Redis (如需可补充)
|
||||
# MongoDB/Redis (add if needed)
|
||||
mongodbName: ""
|
||||
mongodbUri: ""
|
||||
mongodbPort: ""
|
||||
|
||||
@ -40,38 +40,38 @@ devops:
|
||||
# Defaults to {}, which means doesn't have any ingress
|
||||
ingresses: {}
|
||||
configs:
|
||||
# 基础配置
|
||||
# Basic configuration
|
||||
tz: "UTC"
|
||||
appName: "devops"
|
||||
|
||||
# JWT 配置
|
||||
# JWT configuration
|
||||
jwtSecretKey: ""
|
||||
jwtAlgorithm: "HS256"
|
||||
accessTokenExpireMinutes: "3600"
|
||||
refreshTokenExpireDays: "1"
|
||||
|
||||
# MongoDB 配置
|
||||
# MongoDB configuration
|
||||
mongodbName: ""
|
||||
mongodbPort: "27017"
|
||||
mongodbUri: ""
|
||||
|
||||
# 功能开关
|
||||
# Feature switches
|
||||
metricsEnabled: "false"
|
||||
probesEnabled: "true"
|
||||
|
||||
# 外部服务 URL
|
||||
# External service URLs
|
||||
baseGiteaUrl: "https://gitea.freeleaps.mathmast.com"
|
||||
baseReconcileUrl: "https://reconcile.freeleaps.mathmast.com"
|
||||
baseLokiUrl: "http://loki-gateway.freeleaps-logging-system"
|
||||
|
||||
# 日志配置
|
||||
# Log configuration
|
||||
logBasePath: "/app/log"
|
||||
logRetention: "30 days"
|
||||
logRotation: "00:00"
|
||||
logBackupFiles: "5"
|
||||
logRotationBytes: "10485760"
|
||||
|
||||
# Mock 模式配置
|
||||
# Mock mode configuration
|
||||
mockMode: "false"
|
||||
mockResponseDelay: "1000"
|
||||
vpa:
|
||||
|
||||
@ -38,38 +38,38 @@ devops:
|
||||
# Defaults to {}, which means doesn't have any ingress
|
||||
ingresses: {}
|
||||
configs:
|
||||
# 基础配置
|
||||
# Basic configuration
|
||||
tz: "UTC"
|
||||
appName: "devops"
|
||||
|
||||
# JWT 配置
|
||||
# JWT configuration
|
||||
jwtSecretKey: ""
|
||||
jwtAlgorithm: "HS256"
|
||||
accessTokenExpireMinutes: "3600"
|
||||
refreshTokenExpireDays: "1"
|
||||
|
||||
# MongoDB 配置
|
||||
# MongoDB configuration
|
||||
mongodbName: ""
|
||||
mongodbPort: "27017"
|
||||
mongodbUri: ""
|
||||
|
||||
# 功能开关
|
||||
# Feature switches
|
||||
metricsEnabled: "false"
|
||||
probesEnabled: "true"
|
||||
|
||||
# 外部服务 URL
|
||||
# External service URLs
|
||||
baseGiteaUrl: "https://gitea.freeleaps.mathmast.com"
|
||||
baseReconcileUrl: "https://reconcile.freeleaps.mathmast.com"
|
||||
baseLokiUrl: "http://loki-gateway.freeleaps-logging-system"
|
||||
|
||||
# 日志配置
|
||||
# Log configuration
|
||||
logBasePath: "/app/log"
|
||||
logRetention: "30 days"
|
||||
logRotation: "00:00"
|
||||
logBackupFiles: "5"
|
||||
logRotationBytes: "10485760"
|
||||
|
||||
# Mock 模式配置
|
||||
# Mock mode configuration
|
||||
mockMode: "false"
|
||||
mockResponseDelay: "1000"
|
||||
vpa:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user