UNCLASSIFIED

Commit 00b43f4c authored by Kavitha Thulasiraman's avatar Kavitha Thulasiraman Committed by Lynn Still
Browse files

Draft add resource limit

parent 4d02946c
...@@ -122,8 +122,14 @@ initContainers: ...@@ -122,8 +122,14 @@ initContainers:
# securityContext: {} # securityContext: {}
# We allow the init containers to have a separate resources declaration because # We allow the init containers to have a separate resources declaration because
# the initContainer does not take as much resources. # 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 ## 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 ## The cacerts file will be set via SONARQUBE_WEB_JVM_OPTS and SONAR_CE_JAVAOPTS
## ##
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment