From f92a02e5afd05bd5f93b819597d1f1e90a831510 Mon Sep 17 00:00:00 2001 From: Igor Egorov Date: Mon, 18 Sep 2023 12:11:10 +0300 Subject: [PATCH] up resources --- deploy/django.yml | 4 ++-- deploy/worker.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/django.yml b/deploy/django.yml index 01b3884..e195e30 100644 --- a/deploy/django.yml +++ b/deploy/django.yml @@ -29,10 +29,10 @@ spec: resources: requests: memory: "1500Mi" - cpu: "300m" + cpu: "500m" limits: memory: "1500Mi" - cpu: "300m" + cpu: "500m" # readinessProbe: # httpGet: # path: /api/ao_rayons diff --git a/deploy/worker.yml b/deploy/worker.yml index 6e2ca1e..909058c 100644 --- a/deploy/worker.yml +++ b/deploy/worker.yml @@ -26,7 +26,7 @@ spec: resources: requests: memory: "1500Mi" - cpu: "300m" + cpu: "500m" limits: memory: "1500Mi" - cpu: "300m" + cpu: "500m"