From 02b6dcffa03ed880401af7b5535368d989edfca4 Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Thu, 12 Oct 2023 13:34:03 +0200 Subject: [PATCH] Give a higher limit to roundcube(slow initialialization) --- kustomize/roundcube-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize/roundcube-deployment.yaml b/kustomize/roundcube-deployment.yaml index dd20865..acf43d7 100644 --- a/kustomize/roundcube-deployment.yaml +++ b/kustomize/roundcube-deployment.yaml @@ -31,7 +31,7 @@ spec: resources: limits: memory: "128Mi" - cpu: "300m" + cpu: "500m" ports: - containerPort: 80 name: roundcube