Skip to content

Commit

Permalink
Update docs/platform-engineers/system-operation/high-availability.md
Browse files Browse the repository at this point in the history
Co-authored-by: qiaozp <[email protected]>
Signed-off-by: Neeraj Gartia <[email protected]>
  • Loading branch information
NeerajGartia21 and chivalryq committed Sep 7, 2023
1 parent f1b099c commit 8c8ca18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ kubectl scale deploy -n vela-system kubevela-cluster-gateway --replicas=3

VelaUX is an addon, it composed by 3 major parts: nginx for frontend, APIServer as backend, and its database.

We strongly recommend to use high availability mongodb, mysql or postgresql cluster as the database driver. The frontend and backend are both stateless services, just configure multiple replicas for them. As a result, the high availability installation command just like below:
We strongly recommend to use high availability mongodb, mysql(beta) or postgresql(beta) cluster as the database driver. The frontend and backend are both stateless services, just configure multiple replicas for them. As a result, the high availability installation command just like below:

```
vela addon enable velaux dbType=mongodb dbURL=mongodb://<MONGODB_USER>:<MONGODB_PASSWORD>@<MONGODB_URL> replicas=3
Expand Down

0 comments on commit 8c8ca18

Please sign in to comment.