UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
Big Bang
P
Packages
Developer Tools
sonarqube
Commits
3d389493
Commit
3d389493
authored
Aug 19, 2021
by
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
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
chart/values.yaml
chart/values.yaml
+8
-2
No files found.
chart/values.yaml
View file @
3d389493
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment