From 0db201a45600566b409657b00450cad958893462 Mon Sep 17 00:00:00 2001 From: Repo Sync Bot Date: Thu, 10 Sep 2020 12:45:15 +0000 Subject: [PATCH] build: add pod limits to loft --- chart/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chart/values.yaml b/chart/values.yaml index 6cb31dd7..63da6577 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -47,6 +47,9 @@ resources: requests: memory: 128Mi cpu: 50m + limits: + memory: 2Gi + cpu: "2" apiService: enabled: true