From 63f651d622ad3be7b74cdbcfc0691077e2c6d2ef Mon Sep 17 00:00:00 2001 From: Lars Scheibling Date: Tue, 18 Jul 2023 23:39:38 +0200 Subject: [PATCH] Add processes to unit --- .gitlab-ci.yml | 2 +- Chart/templates/configmap.yaml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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" }}",