From 9c5b1e2f3cca03cdb414a0cff0fcb785a638a876 Mon Sep 17 00:00:00 2001 From: Kavitha Thulasiraman Date: Thu, 5 Aug 2021 14:19:35 +0000 Subject: [PATCH] Update values.yaml --- chart/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index 803afc5..dba39f4 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -65,9 +65,9 @@ tolerations: resources: limits: memory: 512Mi - cpu: 100m + cpu: 250m requests: memory: 512Mi - cpu: 100m + cpu: 250m openshift: false -- GitLab