# HG changeset patch # User Philippe Pepiot <philippe.pepiot@logilab.fr> # Date 1571131188 -7200 # Tue Oct 15 11:19:48 2019 +0200 # Node ID 7c0156c190cddb4bbda39973c45ceed18e07b804 # Parent 164dcc5fee6085608042906aea11c4086a97b81d Request less kubernetes resources diff --git a/deploy/deployment.yaml b/deploy/deployment.yaml --- a/deploy/deployment.yaml +++ b/deploy/deployment.yaml @@ -74,7 +74,7 @@ ] resources: requests: - cpu: 500m + cpu: 50m memory: 500Mi limits: memory: 500Mi @@ -89,10 +89,10 @@ mountPath: /etc/cubicweb.d/fresh/data resources: requests: - cpu: 100m - memory: 50Mi + cpu: 5m + memory: 10Mi limits: - memory: 50Mi + memory: 10Mi readinessProbe: initialDelaySeconds: 5 periodSeconds: 10 @@ -144,7 +144,7 @@ ] resources: requests: - cpu: 100m + cpu: 50m memory: 250Mi limits: memory: 250Mi