From 04a4bede48c56891d825046fa513b9342140e34b Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Mon, 9 Oct 2023 18:02:44 +0200 Subject: [PATCH] Decrease cpu and memory limit --- kustomize/dovecot-deployment.yaml | 2 +- kustomize/postfix-deployment.yaml | 2 +- kustomize/roundcube-deployment.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kustomize/dovecot-deployment.yaml b/kustomize/dovecot-deployment.yaml index edf1211..792d34c 100644 --- a/kustomize/dovecot-deployment.yaml +++ b/kustomize/dovecot-deployment.yaml @@ -25,7 +25,7 @@ spec: resources: limits: memory: "128Mi" - cpu: "500m" + cpu: "300m" ports: - containerPort: 24 name: lmtp diff --git a/kustomize/postfix-deployment.yaml b/kustomize/postfix-deployment.yaml index 09f3bbb..d6a5668 100644 --- a/kustomize/postfix-deployment.yaml +++ b/kustomize/postfix-deployment.yaml @@ -20,7 +20,7 @@ spec: resources: limits: memory: "128Mi" - cpu: "500m" + cpu: "300m" ports: - containerPort: 25 name: smtp diff --git a/kustomize/roundcube-deployment.yaml b/kustomize/roundcube-deployment.yaml index 7ef2b30..7a159aa 100644 --- a/kustomize/roundcube-deployment.yaml +++ b/kustomize/roundcube-deployment.yaml @@ -30,8 +30,8 @@ spec: mountPath: /var/roundcube resources: limits: - memory: "256Mi" - cpu: "500m" + memory: "128Mi" + cpu: "300m" ports: - containerPort: 80 name: roundcube