Hello All,
What is the recommended way to use Elasticsearch with full Camunda 8 stack setup as point of DEV env / PROD env view?
For example in the default settings there is no data node, masterOnly is set to false, and the replicas of master nodes is 2.
master:
## @param elasticsearch.master.masterOnly
masterOnly: false
data:
## @param elasticsearch.data.replicaCount
replicaCount: 0
coordinating:
## @param elasticsearch.coordinating.replicaCount
replicaCount: 0
Thanks