Skip to content

Commit 76d5b51

Browse files
authored
operator: changed the default PORT value from 10261 to 10262 (#2918) (#2919)
1 parent c5909bd commit 76d5b51

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)