From cd93fc6800313f6003bc40a6bb6d50b79147dea5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20COURALET?= Date: Mon, 4 Mar 2024 10:57:07 +0100 Subject: [PATCH] Activetigger: add cpu/memory limits --- .../helm-charts-test/charts/activetigger/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm-charts-datalab/helm-charts-test/charts/activetigger/values.yaml b/helm-charts-datalab/helm-charts-test/charts/activetigger/values.yaml index 26c2c2a..26986ca 100644 --- a/helm-charts-datalab/helm-charts-test/charts/activetigger/values.yaml +++ b/helm-charts-datalab/helm-charts-test/charts/activetigger/values.yaml @@ -82,9 +82,9 @@ resources: {} # 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 # lines, adjust them as necessary, and remove the curly braces after 'resources:'. - # limits: - # cpu: 100m - # memory: 128Mi + limits: + cpu: 20000m + memory: 128Gi # requests: # cpu: 100m # memory: 128Mi