From e3472c30c3849d086f0319ab1be65a3312e74f04 Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Mon, 18 Sep 2023 17:31:05 +0200 Subject: [PATCH] reduce resources --- deploy/df-wiki/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/df-wiki/values.yaml b/deploy/df-wiki/values.yaml index f68164dd..0f4ab1e6 100644 --- a/deploy/df-wiki/values.yaml +++ b/deploy/df-wiki/values.yaml @@ -61,11 +61,11 @@ ingress: resources: limits: - cpu: 400m - memory: 512Mi - requests: cpu: 300m - memory: 512Mi + memory: 400Mi + requests: + cpu: 200m + memory: 256Mi # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little # resources, such as Minikube. If you do want to specify resources, uncomment the following -- GitLab