Add processes to unit

This commit is contained in:
2023-07-18 23:39:38 +02:00
parent 81a2fb2c7f
commit 63f651d622
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
variables: variables:
HELM_CHART_VERSION: "99.6.24" HELM_CHART_VERSION: "99.6.25"
stages: stages:
- deploy - deploy

View File

@@ -163,6 +163,11 @@ data:
"applications": { "applications": {
"php": { "php": {
"type": "php", "type": "php",
"processes": {
"max": 10,
"spare": 1,
"idle_timeout": 20
},
"options": { "options": {
"user": { "user": {
"display_errors": "{{ .Values.site.displayErrors | default "0" }}", "display_errors": "{{ .Values.site.displayErrors | default "0" }}",