From d674d04a49b6a3b3d9427b4bb290273cc532d780 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Mon, 4 Oct 2021 14:58:55 +0200 Subject: [PATCH] chore: reduce resources --- k8s/deploy.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/k8s/deploy.yaml b/k8s/deploy.yaml index 3594299..987ca9b 100644 --- a/k8s/deploy.yaml +++ b/k8s/deploy.yaml @@ -47,6 +47,13 @@ spec: image: registry.gitlab.com/unboundsoftware/unbound-site:${COMMIT} ports: - containerPort: 80 + resources: + requests: + cpu: 10m + memory: 10Mi + limits: + cpu: 300m + memory: 300Mi ---