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