UNCLASSIFIED

Commit 7d969ac7 authored by Tunde Oladipupo's avatar Tunde Oladipupo
Browse files

updated init containers resources

parent ac801c3e
Pipeline #451056 passed with stages
in 9 minutes and 1 second
...@@ -3,6 +3,10 @@ ...@@ -3,6 +3,10 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
--- ---
## [9.2.6-bb.16] - 2021-08-30
### Changed
Update init containers resource limits and requests.
## [9.2.6-bb.15] - 2021-08-19 ## [9.2.6-bb.15] - 2021-08-19
### Changed ### Changed
Update resource limits and requests to guaranteed QoS Update resource limits and requests to guaranteed QoS
......
...@@ -2,7 +2,7 @@ apiVersion: v1 ...@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 8.9-community appVersion: 8.9-community
name: sonarqube name: sonarqube
description: SonarQube is an open sourced code quality scanning tool description: SonarQube is an open sourced code quality scanning tool
version: 9.2.6-bb.15 version: 9.2.6-bb.16
keywords: keywords:
- coverage - coverage
- security - security
......
...@@ -124,11 +124,11 @@ initContainers: ...@@ -124,11 +124,11 @@ initContainers:
# the initContainer does not take as much resources. # the initContainer does not take as much resources.
resources: resources:
limits: limits:
memory: 2Gi memory: 8Mi
cpu: 250m cpu: 50m
requests: requests:
memory: 2Gi memory: 8Mi
cpu: 250m cpu: 50m
## 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