also set default resources (which we use everywhere in SCALE anyway) in the common chart...

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-11 22:39:15 +02:00
parent b13a69a94b
commit 48b8c27c08

View File

@@ -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