diff --git a/library/common/1.0.0/values.yaml b/library/common/1.0.0/values.yaml index 9eeca518c2..5673bd829e 100644 --- a/library/common/1.0.0/values.yaml +++ b/library/common/1.0.0/values.yaml @@ -232,6 +232,14 @@ securityContext: add: [] drop: - ALL +# Default resources for main container +resources: + limits: + cpu: 4000m + memory: 8Gi + requests: + cpu: 10m + memory: 50Mi nameOverride: "" @@ -302,8 +310,6 @@ controller: # -- Set statefulset RollingUpdate partition partition: -initContainers: {} - # -- Configure the services for the chart here. # Additional services can be added by adding a dictionary key similar to the 'main' service. # @default -- See below