From c2648a64d46b3c08a84b75159e65242f9e40c175 Mon Sep 17 00:00:00 2001 From: viktor Date: Wed, 27 May 2020 16:59:31 +0300 Subject: [PATCH] Fixed README.md --- k8s/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/README.md b/k8s/README.md index 6017df1bd2..05dd6a30cc 100644 --- a/k8s/README.md +++ b/k8s/README.md @@ -31,7 +31,7 @@ In order to set database type change the value of `DATABASE` variable in `.env` In order to set deployment type change the value of `DEPLOYMENT_TYPE` variable in `.env` file to one of the following: - `basic` - start up with single instance of Zookeeper, Kafka and Redis; -- `cassandra` - start up with Zookeeper, Kafka and Redis in cluster modes; +- `high-availability` - start up with Zookeeper, Kafka and Redis in cluster modes; **NOTE**: According to the deployment type corresponding kubernetes resources will be deployed (see content of the directories `./basic` and `./high-availability` for details).