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
serviceApiAccessHost: "0.0.0.0"
serviceApiAccessPort: "8080"
# MongoDB/Redis (如需可补充)
# MongoDB/Redis (add if needed)
mongodbName: ""
mongodbUri: ""
mongodbPort: ""

View File

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

View File

@ -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:

View File

@ -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: