Skip to content

Commit 831c27d

Browse files
hfxsdti-chi-bot
authored andcommitted
Update TiDB Dashboard port in access docs
Changed the default PORT value from 10261 to 10262 in both English and Chinese access-dashboard documentation to reflect the correct configuration.
1 parent c5909bd commit 831c27d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

en/access-dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ In this deployment method, the `service`, `port`, and `HTTP` paths of TiDB Dashb
4848

4949
```shell
5050
export SERVICE_NAME=${cluster_name}-discovery && \
51-
export PORT=10261 && \
51+
export PORT=10262 && \
5252
export HTTP_PATH=/dashboard
5353
```
5454

zh/access-dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
4747
```shell
4848
export SERVICE_NAME=${cluster_name}-discovery && \
49-
export PORT=10261 && \
49+
export PORT=10262 && \
5050
export HTTP_PATH=/dashboard
5151
```
5252

0 commit comments

Comments
 (0)