Skip to content

Commit 4e599a6

Browse files
committed
chore: miss some doc
Signed-off-by: Gallardot <[email protected]>
1 parent edc0622 commit 4e599a6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/docs/zh/guide/installation/kubernetes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,15 @@ common:
504504

505505
修改 `values.yaml` 文件中的 SKYWALKING 配置项
506506

507+
```yaml
508+
common:
509+
configmap:
510+
SKYWALKING_ENABLE: "true"
511+
SW_AGENT_COLLECTOR_BACKEND_SERVICES: "127.0.0.1:11800"
512+
SW_GRPC_LOG_SERVER_HOST: "127.0.0.1"
513+
SW_GRPC_LOG_SERVER_PORT: "11800"
514+
```
515+
507516
### 如何单独部署特定组件?
508517

509518
修改 `values.yaml` 文件中的 `api.enabled`, `alert.enabled` `master.enabled` 或 `worker.enabled` 配置项

0 commit comments

Comments
 (0)