Skip to content

Commit

Permalink
fix: fix doc error
Browse files Browse the repository at this point in the history
  • Loading branch information
Gala-R authored and Rory-Z committed Jan 12, 2023
1 parent e9a0eb9 commit c37a0b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en_US/tasks/configure-emqx-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
targetPort: 1883
```

**NOTE:** EMQX will open 6 listeners by default, namely: `mqtt-ssl-8883` corresponds to port 8883, `mqtt-tcp-1883` corresponds to port 1883, `http-dashboard-18083` The port corresponding to ` is 18083, the port corresponding to `http-management-8081` is 8081, the port corresponding to `mqtt-ws-8083` is 8083, and the port corresponding to `mqtt-wss-8084` is 8084. EMQX Operator will automatically inject the default listener information into the Service when creating the Service, but when there is a conflict between the Service configured by the user and the listener configured by EMQX (the name or port field is repeated), EMQX Operator will use the user's configuration prevail.
**NOTE:** EMQX will open 6 listeners by default, namely: `mqtt-ssl-8883` corresponds to port 8883, `mqtt-tcp-1883` corresponds to port 1883, `http-dashboard-18083` corresponds to port 18083, `http-management-8081` corresponds to port 8081,`mqtt-ws-8083` corresponds to port 8083 and `mqtt-wss-8084` corresponds to port 8084. EMQX Operator will automatically inject the default listener information into the Service when creating the Service, but when there is a conflict between the Service configured by the user and the listener configured by EMQX (the name or port field is repeated), EMQX Operator will use the user's configuration prevail.

:::
::: tab v1beta3
Expand Down Expand Up @@ -127,7 +127,7 @@ spec:
targetPort: 1883
```

**NOTE:** EMQX will open 6 listeners by default, namely: `mqtt-ssl-8883` corresponds to port 8883, `mqtt-tcp-1883` corresponds to port 1883, `http-dashboard-18083` The port corresponding to ` is 18083, the port corresponding to `http-management-8081` is 8081, the port corresponding to `mqtt-ws-8083` is 8083, and the port corresponding to `mqtt-wss-8084` is 8084. EMQX Operator will automatically inject the default listener information into the Service when creating the Service, but when there is a conflict between the Service configured by the user and the listener configured by EMQX (the name or port field is repeated), EMQX Operator will use the user's configuration prevail.
**NOTE:** EMQX will open 6 listeners by default, namely: `mqtt-ssl-8883` corresponds to port 8883, `mqtt-tcp-1883` corresponds to port 1883, `http-dashboard-18083` corresponds to port 18083, `http-management-8081` corresponds to port 8081, `mqtt-ws-8083` corresponds to port 8083 and `mqtt-wss-8084` corresponds to port 8084. EMQX Operator will automatically inject the default listener information into the Service when creating the Service, but when there is a conflict between the Service configured by the user and the listener configured by EMQX (the name or port field is repeated), EMQX Operator will use the user's configuration prevail.

:::
::::
Expand Down

0 comments on commit c37a0b7

Please sign in to comment.