fix kruise game doc (#240)

Signed-off-by: 宋康 <sk01199367@alibaba-inc.com>
Co-authored-by: 宋康 <sk01199367@alibaba-inc.com>
This commit is contained in:
skkkkkkk 2025-04-17 14:56:25 +08:00 committed by GitHub
parent e7fe188afb
commit 5df24bdb50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

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