From 68b9eb10230d7d9f87ea58bf585ac63e8f742565 Mon Sep 17 00:00:00 2001 From: Andrew Kostka Date: Wed, 2 Oct 2024 12:52:48 +0200 Subject: [PATCH] chore(argo): increase memory for dex on staging (#1797) This increases the memory since we suspect that's why it now fails to start. It was stuck in crashloop backoff exiting with code 139 See: https://github.com/argoproj/argo-cd/issues/15786 Bug: T376117 --- k8s/helmfile/env/staging/argo-cd-base.values.yaml.gotmpl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/k8s/helmfile/env/staging/argo-cd-base.values.yaml.gotmpl b/k8s/helmfile/env/staging/argo-cd-base.values.yaml.gotmpl index 7ecf49f40..a323354e4 100644 --- a/k8s/helmfile/env/staging/argo-cd-base.values.yaml.gotmpl +++ b/k8s/helmfile/env/staging/argo-cd-base.values.yaml.gotmpl @@ -1,3 +1,10 @@ +dex: + resources: + limits: + memory: 128Mi + requests: + memory: 64Mi + configs: cm: ui.bannercontent: "STAGING"