diff --git a/chart/values.yaml b/chart/values.yaml index f0c0dd68c52c8c4153a0b480b9f68c4110511222..c65467b560553f46d7035cfa8861771cdd282fa3 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -122,8 +122,14 @@ initContainers: # securityContext: {} # We allow the init containers to have a separate resources declaration because # the initContainer does not take as much resources. - resources: {} - + resources: + limits: + memory: 2Gi + cpu: 250m + requests: + memory: 2Gi + cpu: 250m + ## Provide a secret containing one or more certificate files in the keys that will be added to cacerts ## The cacerts file will be set via SONARQUBE_WEB_JVM_OPTS and SONAR_CE_JAVAOPTS ##