From ae5cd2a63c8e9897c6af9b3decd9f4ea8b386300 Mon Sep 17 00:00:00 2001 From: Pablo Baeyens Date: Fri, 20 Oct 2023 10:10:18 +0200 Subject: [PATCH] Enable useGOMEMLIMIT on prod --- ci/values-staging.yaml | 1 - ci/values.yaml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/values-staging.yaml b/ci/values-staging.yaml index d43e863f9f83..cfbb2a92722d 100644 --- a/ci/values-staging.yaml +++ b/ci/values-staging.yaml @@ -3,4 +3,3 @@ nodeSelector: presets: logsCollection: enabled: false -useGOMEMLIMIT: true diff --git a/ci/values.yaml b/ci/values.yaml index 9fdc63ab8701..cdd7db70e0f3 100644 --- a/ci/values.yaml +++ b/ci/values.yaml @@ -9,6 +9,7 @@ resources: limits: cpu: 512m memory: 2Gi +useGOMEMLIMIT: true presets: logsCollection: enabled: true