From 4fb6d74ac5f481df4977d8842ffa9131424fcb97 Mon Sep 17 00:00:00 2001 From: Thomas MENARD <thomas.menard@pasteur.fr> Date: Tue, 4 Jun 2019 19:50:00 +0200 Subject: [PATCH] Update manifest.yaml --- manifest.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/manifest.yaml b/manifest.yaml index a6ed8df..2fb5ff2 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -63,6 +63,13 @@ spec: ports: - containerPort: 5432 name: postgresql + resources: + requests: + memory: "64Mi" + cpu: "50m" + limits: + memory: "128Mi" + cpu: "100m" volumeMounts: - name: postgresql mountPath: /var/lib/postgresql/data @@ -130,6 +137,13 @@ spec: value: "8080" ports: - containerPort: 8080 + resources: + requests: + memory: "64Mi" + cpu: "50m" + limits: + memory: "128Mi" + cpu: "100m" imagePullSecrets: - name: registry-gitlab volumes: -- GitLab