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