From 48b8c27c080957e16b0a7da0462b394bf617fd8b Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sat, 11 Sep 2021 22:39:15 +0200 Subject: [PATCH] also set default resources (which we use everywhere in SCALE anyway) in the common chart... --- charts/library/common/values.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/charts/library/common/values.yaml b/charts/library/common/values.yaml index cf01f0ffba1..4556d92cf2b 100644 --- a/charts/library/common/values.yaml +++ b/charts/library/common/values.yaml @@ -667,16 +667,16 @@ hostAliases: [] # -- Set the resource requests / limits for the main container. resources: {} - ## We usually recommend not to specify default resources and to leave this as a conscious - ## choice for the user. This also increases chances charts run on environments with little - ## resources, such as Minikube. If you do want to specify resources, uncomment the following - ## lines, adjust them as necessary, and remove the curly braces after 'resources:'. - # limits: - # cpu: 100m - # memory: 128Mi - # requests: - # cpu: 100m - # memory: 128Mi + # We usually recommend not to specify default resources and to leave this as a conscious + # choice for the user. This also increases chances charts run on environments with little + # resources, such as Minikube. If you do want to specify resources, uncomment the following + # lines, adjust them as necessary, and remove the curly braces after 'resources:'. + limits: + cpu: 2000m + memory: 2Gi + requests: + cpu: 10m + memory: 50Mi # -- The common chart supports several add-ons. These can be configured under this key. # @default -- See below