From d05ccaee1a51591486ed0fd224499f75ce6add55 Mon Sep 17 00:00:00 2001 From: Antun Franjin Date: Tue, 14 Jun 2022 08:40:26 +0200 Subject: [PATCH] Bio plus memory test remove --- 02_hetzner/01_prod/bioplus/deployment.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/02_hetzner/01_prod/bioplus/deployment.yaml b/02_hetzner/01_prod/bioplus/deployment.yaml index 35e9435..9a915cc 100644 --- a/02_hetzner/01_prod/bioplus/deployment.yaml +++ b/02_hetzner/01_prod/bioplus/deployment.yaml @@ -28,11 +28,11 @@ spec: imagePullPolicy: Always resources: requests: - memory: "512Mi" - cpu: "1" + memory: "128Mi" + cpu: "100m" limits: - memory: "2048Mi" - cpu: "8" + memory: "256Mi" + cpu: "4" ports: - containerPort: 8000 name: bioplus-http