diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 242d0fc..6043323 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - HELM_CHART_VERSION: "99.6.24" + HELM_CHART_VERSION: "99.6.25" stages: - deploy diff --git a/Chart/templates/configmap.yaml b/Chart/templates/configmap.yaml index 4551a3b..7056cdd 100644 --- a/Chart/templates/configmap.yaml +++ b/Chart/templates/configmap.yaml @@ -163,6 +163,11 @@ data: "applications": { "php": { "type": "php", + "processes": { + "max": 10, + "spare": 1, + "idle_timeout": 20 + }, "options": { "user": { "display_errors": "{{ .Values.site.displayErrors | default "0" }}",