From aa49e0759887aab83fdf945cb64184de85d3b86b Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Tue, 5 Oct 2021 08:38:00 +0200 Subject: [PATCH] chore: reduce resources --- k8s/deploy.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/k8s/deploy.yaml b/k8s/deploy.yaml index a463837..044ce13 100644 --- a/k8s/deploy.yaml +++ b/k8s/deploy.yaml @@ -11,6 +11,13 @@ spec: spec: containers: - name: dancefetcher - imagePullPolicy: Always image: registry.gitlab.com/unboundsoftware/dancefinder/dancefetcher:${COMMIT} + imagePullPolicy: Always + resources: + limits: + cpu: 600m + memory: 200Mi + requests: + cpu: 20m + memory: 30Mi restartPolicy: OnFailure -- 2.52.0