atlassian / data-center-helm-charts

Helm charts for Atlassian's Data Center products
https://atlassian.github.io/data-center-helm-charts/
Apache License 2.0
154 stars 132 forks source link

Fix default for acceptCount #832

Closed bianchi2 closed 2 months ago

bianchi2 commented 2 months ago

It should be 100 not 10.

yzha645 commented 2 months ago

Shall we update it in corresponding Docker repo as well?

yzha645 commented 2 months ago

And there are incorrect defaults in configmap-server-config.yamls as well.

bianchi2 commented 2 months ago

Updated defaults in templates (even though they won't be applied unless it's set to null in values)

Shall we update it in corresponding Docker repo as well? We will, yes. Jira and Confluence have 10 as the default. When not specified it's 100 by default according to Tomcat docs.