From be878a3f2a3348c9b284c7acdc1c7c96655fea9c Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Sun, 24 Mar 2024 09:20:48 +0100 Subject: [PATCH] chore: update resources --- k8s/deploy.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/k8s/deploy.yaml b/k8s/deploy.yaml index 7937c2e..062ebf9 100644 --- a/k8s/deploy.yaml +++ b/k8s/deploy.yaml @@ -42,9 +42,11 @@ spec: - name: schemas resources: limits: + cpu: "500m" memory: "100Mi" requests: - memory: "100Mi" + cpu: "100m" + memory: "20Mi" readinessProbe: httpGet: path: /health