Hi there,
I’m using helm chart for self-managed setup. I can see that default values.yaml has replicas: 1 for Operate - camunda-platform-helm/charts/camunda-platform/templates/operate/deployment.yaml at 31881ccfbc705ce92019e5f34d03399185619d14 · camunda/camunda-platform-helm · GitHub
Is there any technical reason behind that? - I tried to increase this number and new instances just don’t start. But I’d like to have more than one due to high availability requirements.
- Is it due to Operate creates indexes in ElasticSearch upon startup so it cannot be more than one instance?
- Is it because I’m using non-prod Operate license in my proof-of-concept setup?