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
aa98455a
Commit
aa98455a
authored
Apr 06, 2021
by
Branden Cobb
Browse files
Add Affinity doc
parent
9888ec73
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
2 deletions
+21
-2
CHANGELOG.md
CHANGELOG.md
+4
-1
chart/Chart.yaml
chart/Chart.yaml
+1
-1
docs/Affinity.md
docs/Affinity.md
+16
-0
No files found.
CHANGELOG.md
View file @
aa98455a
# Changelog
# Changelog
## 9.2.6-bb.7 - 2021-03-31
Adding Affinity documentation
## 9.2.6-bb.6 - 2021-03-30
## 9.2.6-bb.6 - 2021-03-30
Modified initContainer logic
Modified initContainer logic
...
@@ -36,4 +40,3 @@ Added logging instructions to docs 7/22/2020
...
@@ -36,4 +40,3 @@ Added logging instructions to docs 7/22/2020
Added auth-oidc plugin version 2.0.0
Added auth-oidc plugin version 2.0.0
Added plugins for scanning C/C++ code 10/01/2020
Added plugins for scanning C/C++ code 10/01/2020
chart/Chart.yaml
View file @
aa98455a
...
@@ -2,7 +2,7 @@ apiVersion: v1
...
@@ -2,7 +2,7 @@ apiVersion: v1
appVersion
:
8.6-community
appVersion
:
8.6-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.
6
version
:
9.2.6-bb.
7
keywords
:
keywords
:
-
coverage
-
coverage
-
security
-
security
...
...
docs/Affinity.md
0 → 100644
View file @
aa98455a
## Setting Affinity, nodeSelector, and tolerations for Sonarqube within the chart
### To enable affinity, tolerations, and nodeSelector options in the sonarqube chart set the provided values:
```
# Affinity for pod assignment
# Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
affinity: {}
# Tolerations for pod assignment
# Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
tolerations: []
# Node labels for pod assignment
# Ref: https://kubernetes.io/docs/user-guide/node-selection/
nodeSelector: {}
```
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