From e41275a6f60ccaeed66eb2de7e20ef5b17b03234 Mon Sep 17 00:00:00 2001 From: Guillaume Samson <guillaume.samson@softwareheritage.org> Date: Fri, 17 May 2024 10:09:21 +0200 Subject: [PATCH] rancher: Increase memory requests and limits Related to swh/infra/sysadm-environment#5316 --- .../applications/rancher/rancher-application.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/argocd-configuration/applications/rancher/rancher-application.yaml b/argocd-configuration/applications/rancher/rancher-application.yaml index 8488e37..f6f0489 100644 --- a/argocd-configuration/applications/rancher/rancher-application.yaml +++ b/argocd-configuration/applications/rancher/rancher-application.yaml @@ -17,9 +17,9 @@ spec: replicas: 2 resources: requests: - memory: 1Gi + memory: 1.5Gi limits: - memory: 1536Mi + memory: 2Gi ingress: extraAnnotations: cert-manager.io/cluster-issuer: letsencrypt-production-gandi -- GitLab