UNCLASSIFIED

Commit 3d389493 authored by Lynn Still's avatar Lynn Still
Browse files

Merge branch 'add-request-limit' into 'main'

Draft add resource limit

See merge request !34
parents 4d02946c 00b43f4c
Pipeline #434124 passed with stages
in 3 minutes and 54 seconds
......@@ -122,7 +122,13 @@ 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
......
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