Commit c2648a64d46b3c08a84b75159e65242f9e40c175

Authored by viktor
1 parent 6c72912a

Fixed README.md

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 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 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 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
... ...