chore: translate all Chinese comments in values.yaml and values.alpha.yaml to English

This commit is contained in:
Nicolas 2025-07-23 18:36:48 +08:00
parent 063c85bcd3
commit 2005327e2d
4 changed files with 16 additions and 16 deletions

View File

@ -105,7 +105,7 @@ reconciler:
# Service # Service
serviceApiAccessHost: "0.0.0.0" serviceApiAccessHost: "0.0.0.0"
serviceApiAccessPort: "8080" serviceApiAccessPort: "8080"
# MongoDB/Redis (如需可补充) # MongoDB/Redis (add if needed)
mongodbName: "" mongodbName: ""
mongodbUri: "" mongodbUri: ""
mongodbPort: "" mongodbPort: ""

View File

@ -105,7 +105,7 @@ reconciler:
# Service # Service
serviceApiAccessHost: "0.0.0.0" serviceApiAccessHost: "0.0.0.0"
serviceApiAccessPort: "8080" serviceApiAccessPort: "8080"
# MongoDB/Redis (如需可补充) # MongoDB/Redis (add if needed)
mongodbName: "" mongodbName: ""
mongodbUri: "" mongodbUri: ""
mongodbPort: "" mongodbPort: ""

View File

@ -40,38 +40,38 @@ devops:
# Defaults to {}, which means doesn't have any ingress # Defaults to {}, which means doesn't have any ingress
ingresses: {} ingresses: {}
configs: configs:
# 基础配置 # Basic configuration
tz: "UTC" tz: "UTC"
appName: "devops" appName: "devops"
# JWT 配置 # JWT configuration
jwtSecretKey: "" jwtSecretKey: ""
jwtAlgorithm: "HS256" jwtAlgorithm: "HS256"
accessTokenExpireMinutes: "3600" accessTokenExpireMinutes: "3600"
refreshTokenExpireDays: "1" refreshTokenExpireDays: "1"
# MongoDB 配置 # MongoDB configuration
mongodbName: "" mongodbName: ""
mongodbPort: "27017" mongodbPort: "27017"
mongodbUri: "" mongodbUri: ""
# 功能开关 # Feature switches
metricsEnabled: "false" metricsEnabled: "false"
probesEnabled: "true" probesEnabled: "true"
# 外部服务 URL # External service URLs
baseGiteaUrl: "https://gitea.freeleaps.mathmast.com" baseGiteaUrl: "https://gitea.freeleaps.mathmast.com"
baseReconcileUrl: "https://reconcile.freeleaps.mathmast.com" baseReconcileUrl: "https://reconcile.freeleaps.mathmast.com"
baseLokiUrl: "http://loki-gateway.freeleaps-logging-system" baseLokiUrl: "http://loki-gateway.freeleaps-logging-system"
# 日志配置 # Log configuration
logBasePath: "/app/log" logBasePath: "/app/log"
logRetention: "30 days" logRetention: "30 days"
logRotation: "00:00" logRotation: "00:00"
logBackupFiles: "5" logBackupFiles: "5"
logRotationBytes: "10485760" logRotationBytes: "10485760"
# Mock 模式配置 # Mock mode configuration
mockMode: "false" mockMode: "false"
mockResponseDelay: "1000" mockResponseDelay: "1000"
vpa: vpa:

View File

@ -38,38 +38,38 @@ devops:
# Defaults to {}, which means doesn't have any ingress # Defaults to {}, which means doesn't have any ingress
ingresses: {} ingresses: {}
configs: configs:
# 基础配置 # Basic configuration
tz: "UTC" tz: "UTC"
appName: "devops" appName: "devops"
# JWT 配置 # JWT configuration
jwtSecretKey: "" jwtSecretKey: ""
jwtAlgorithm: "HS256" jwtAlgorithm: "HS256"
accessTokenExpireMinutes: "3600" accessTokenExpireMinutes: "3600"
refreshTokenExpireDays: "1" refreshTokenExpireDays: "1"
# MongoDB 配置 # MongoDB configuration
mongodbName: "" mongodbName: ""
mongodbPort: "27017" mongodbPort: "27017"
mongodbUri: "" mongodbUri: ""
# 功能开关 # Feature switches
metricsEnabled: "false" metricsEnabled: "false"
probesEnabled: "true" probesEnabled: "true"
# 外部服务 URL # External service URLs
baseGiteaUrl: "https://gitea.freeleaps.mathmast.com" baseGiteaUrl: "https://gitea.freeleaps.mathmast.com"
baseReconcileUrl: "https://reconcile.freeleaps.mathmast.com" baseReconcileUrl: "https://reconcile.freeleaps.mathmast.com"
baseLokiUrl: "http://loki-gateway.freeleaps-logging-system" baseLokiUrl: "http://loki-gateway.freeleaps-logging-system"
# 日志配置 # Log configuration
logBasePath: "/app/log" logBasePath: "/app/log"
logRetention: "30 days" logRetention: "30 days"
logRotation: "00:00" logRotation: "00:00"
logBackupFiles: "5" logBackupFiles: "5"
logRotationBytes: "10485760" logRotationBytes: "10485760"
# Mock 模式配置 # Mock mode configuration
mockMode: "false" mockMode: "false"
mockResponseDelay: "1000" mockResponseDelay: "1000"
vpa: vpa: