Increasing replicacount in Helm for sonarqube

I am looking to make my helm deployed instance of Sonarqube more resilient and wanted to know if by changing the replicacount to a number greater than one entails. Is there any additional configuration that needs to be done to get this to work properly. I am currently running version 10.1

Hi,

The “sonarqube” chart only accepts values of 0 and 1 for the “replicaCount” property; higher values are not allowed.

For a high availability environment, you’ll need a license for the SonarQube Data Center Edition. To set up such an environment, use the “sonarqube-dce” chart.

2 Likes