diff --git a/helm/values-eks.yaml b/helm/values-eks.yaml index 29f000b759..2cdb3d29ab 100644 --- a/helm/values-eks.yaml +++ b/helm/values-eks.yaml @@ -378,13 +378,14 @@ configmap: task_resource_defaults: task_resources: defaults: - cpu: 100m + cpu: 1000m memory: 1000Mi - storage: 5Mi + storage: 1000Mi limits: - cpu: 15000m - memory: 100Gi - storage: 400Gi + cpu: 2 + memory: 8Gi + storage: 2000Mi + gpu: 1 admin: event: diff --git a/helm/values.yaml b/helm/values.yaml index acd3eaca7d..eb27e126ee 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -473,12 +473,13 @@ configmap: task_resources: defaults: cpu: 100m - memory: 1000Mi + memory: 100Mi storage: 5Mi limits: - cpu: 15000m - memory: 100Gi - storage: 400Gi + cpu: 2 + memory: 8Gi + storage: 20Mi + gpu: 1 # Admin configuration admin: