From 958ba023c11b2cf0f91d60fffecca6a6cf309b8d Mon Sep 17 00:00:00 2001 From: Pierre-Gilles Levallois <pierregilles.levallois@gmail.com> Date: Wed, 29 Mar 2023 16:01:34 +0200 Subject: [PATCH] resources finally sucks ? --- deployment/pods/db-calqul.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/pods/db-calqul.yml b/deployment/pods/db-calqul.yml index 64a9dbf..7c40ac3 100644 --- a/deployment/pods/db-calqul.yml +++ b/deployment/pods/db-calqul.yml @@ -42,7 +42,7 @@ spec: port: 5432 initialDelaySeconds: 15 periodSeconds: 20 - - resources: + resources: limits: cpu: 400m memory: 500Mi -- GitLab