Showing
1 changed file
with
1 additions
and
1 deletions
@@ -31,7 +31,7 @@ In order to set database type change the value of `DATABASE` variable in `.env` | @@ -31,7 +31,7 @@ In order to set database type change the value of `DATABASE` variable in `.env` | ||
31 | In order to set deployment type change the value of `DEPLOYMENT_TYPE` variable in `.env` file to one of the following: | 31 | In order to set deployment type change the value of `DEPLOYMENT_TYPE` variable in `.env` file to one of the following: |
32 | 32 | ||
33 | - `basic` - start up with single instance of Zookeeper, Kafka and Redis; | 33 | - `basic` - start up with single instance of Zookeeper, Kafka and Redis; |
34 | -- `cassandra` - start up with Zookeeper, Kafka and Redis in cluster modes; | 34 | +- `high-availability` - start up with Zookeeper, Kafka and Redis in cluster modes; |
35 | 35 | ||
36 | **NOTE**: According to the deployment type corresponding kubernetes resources will be deployed (see content of the directories `./basic` and `./high-availability` for details). | 36 | **NOTE**: According to the deployment type corresponding kubernetes resources will be deployed (see content of the directories `./basic` and `./high-availability` for details). |
37 | 37 |