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
00b43f4c
Commit
00b43f4c
authored
Aug 19, 2021
by
Kavitha Thulasiraman
Committed by
Lynn Still
Aug 19, 2021
Browse files
Draft add resource limit
parent
4d02946c
Changes
1
Hide 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 @
00b43f4c
...
...
@@ -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
##
...
...
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