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"