From 493b4928ee40e55e4a879316cfac4489cbdaecbf Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Fri, 13 Jan 2023 18:25:48 +0200 Subject: [PATCH] add some def values --- library/common/1.0.0/values.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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