Skip to content

Commit 39da8d4

Browse files
authored
operator: changed the default PORT value from 10261 to 10262 (#2918)
1 parent b73b011 commit 39da8d4

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
@@ -49,7 +49,7 @@ In this deployment method, the `service`, `port`, and `HTTP` paths of TiDB Dashb
4949

5050
```shell
5151
export SERVICE_NAME=${cluster_name}-discovery && \
52-
export PORT=10261 && \
52+
export PORT=10262 && \
5353
export HTTP_PATH=/dashboard
5454
```
5555

zh/access-dashboard.md

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

0 commit comments

Comments
 (0)