1
|
1
|
# Can be either basic (with single instance of Zookeeper, Kafka and Redis) or high-availability (with Zookeeper, Kafka and Redis in cluster modes).
|
2
|
2
|
# According to the deployment type corresponding kubernetes resources will be deployed (see content of the directories ./basic and ./high-availability for details).
|
3
|
|
-DEPLOYMENT_TYPE=high-availability
|
|
3
|
+DEPLOYMENT_TYPE=basic
|
4
|
4
|
|
5
|
5
|
# Database used by ThingsBoard, can be either postgres (PostgreSQL) or hybrid (PostgreSQL for entities database and Cassandra for timeseries database).
|
6
|
6
|
# According to the database type corresponding kubernetes resources will be deployed (see postgres.yml, cassandra.yml for details).
|
...
|
...
|
|