diff --git a/i18n/zh/docusaurus-plugin-content-docs-kruisegame/current/installation.md b/i18n/zh/docusaurus-plugin-content-docs-kruisegame/current/installation.md index 355817b65..a29b27196 100644 --- a/i18n/zh/docusaurus-plugin-content-docs-kruisegame/current/installation.md +++ b/i18n/zh/docusaurus-plugin-content-docs-kruisegame/current/installation.md @@ -56,7 +56,7 @@ $ helm upgrade kruise-game openkruise/kruise-game --version 0.10.0 [--force] | `resources.limits.memory` | kruise-game容器的内存资源限制 | `1Gi` | | `resources.requests.cpu` | kruise-game容器的CPU资源请求 | `10m` | | `resources.requests.memory` | kruise-game容器的内存资源请求 | `64Mi` | -| `prometheus.enabled` | 是否创建指标监控服务 | `true` | +| `prometheus.enabled` | 是否创建指标监控服务 | `false` | | `prometheus.monitorService.port` | monitorService的监听端口 | `8080` | | `scale.service.port` | 伸缩服务监听端口 | `6000` | | `scale.service.targetPort` | 伸缩服务目标端口 | `6000` | diff --git a/kruisegame/installation.md b/kruisegame/installation.md index 171aa0a1f..c28dc78d7 100644 --- a/kruisegame/installation.md +++ b/kruisegame/installation.md @@ -56,7 +56,7 @@ The following table lists the configurable parameters of the kruise-game chart a | `resources.limits.memory` | Memory resource limit of kruise-game container | `1Gi` | | `resources.requests.cpu` | CPU resource request of kruise-game container | `10m` | | `resources.requests.memory` | Memory resource request of kruise-game container | `64Mi` | -| `prometheus.enabled` | Whether to bind metric endpoint | `true` | +| `prometheus.enabled` | Whether to bind metric endpoint | `false` | | `prometheus.monitorService.port` | Port of the monitorservice bind to | `8080` | | `scale.service.port` | Port of the external scaler server binds to | `6000` | | `scale.service.targetPort` | TargetPort of the external scaler server binds to | `6000` |