From e649f8f149e395337b4276ac92f36196a2b73892 Mon Sep 17 00:00:00 2001 From: Tomer H <31274317+tomer-1@users.noreply.github.com> Date: Mon, 2 Apr 2018 19:37:02 +0300 Subject: [PATCH] Update values.yaml this is supposed to solve the below issue: https://github.com/coreos/clair/issues/414 --- contrib/helm/clair/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/helm/clair/values.yaml b/contrib/helm/clair/values.yaml index 39e2b3aa..dc8e6cef 100644 --- a/contrib/helm/clair/values.yaml +++ b/contrib/helm/clair/values.yaml @@ -30,8 +30,8 @@ ingress: # - chart-example.local resources: limits: - cpu: 100m - memory: 1Gi + cpu: 200m + memory: 1500Mi requests: cpu: 100m memory: 500Mi