From b479b98ef3c6536113a811798d89d55cae15457f Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Wed, 5 Jul 2023 17:01:18 +0200 Subject: [PATCH] refactor(helm): x2 job (migration, seed) resources --- charts/backoffice/values.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/backoffice/values.yaml b/charts/backoffice/values.yaml index 1b09d1b..9908d61 100644 --- a/charts/backoffice/values.yaml +++ b/charts/backoffice/values.yaml @@ -31,20 +31,20 @@ backend: migration: resources: limits: - cpu: 50m - memory: 128Mi + cpu: 100m + memory: 256Mi requests: - cpu: 50m - memory: 128Mi + cpu: 100m + memory: 256Mi seed: resources: limits: - cpu: 50m - memory: 128Mi + cpu: 100m + memory: 256Mi requests: - cpu: 50m - memory: 128Mi + cpu: 100m + memory: 256Mi backoffice: env: null # allowed values: development | test | production