Which deploymenttype to use in helm chart for sonarqube enterprise edition? By default it is statefu

Which deploymenttype to use in helm chart for sonarqube enterprise edition? By default it is statefu

Hi @Monit_Sharma and welcome to the community :wave:

As sonarqube bundles elasticsearch it gets to some extend statefull. It is more or less a cache and the es indexes could get recreated from the data on the database, so a deployment would also be okay if you disable persistency

Hope that helps

Hello Tobi,

Thank you for your response, yes we are planning to disable persistency but will this impact the performance if we choose the deploymentType to be Deployment rather than StatefulSet.

Thank you

Disabling persistency will increase the starting time as the elasticsearch indexes need to be recreated everytime. After sonarqube is up the performance will be the same independent from the deployment type

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.