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
50b3a952
Commit
50b3a952
authored
Apr 06, 2021
by
Branden Cobb
Browse files
Merge branch 'affinity' into 'main'
Add Affinity doc See merge request
!17
parents
9888ec73
aa98455a
Pipeline
#211970
passed with stages
in 4 minutes and 30 seconds
Changes
3
Pipelines
2
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 @
50b3a952
# Changelog
## 9.2.6-bb.7 - 2021-03-31
Adding Affinity documentation
## 9.2.6-bb.6 - 2021-03-30
Modified initContainer logic
...
...
@@ -36,4 +40,3 @@ Added logging instructions to docs 7/22/2020
Added auth-oidc plugin version 2.0.0
Added plugins for scanning C/C++ code 10/01/2020
chart/Chart.yaml
View file @
50b3a952
...
...
@@ -2,7 +2,7 @@ apiVersion: v1
appVersion
:
8.6-community
name
:
sonarqube
description
:
SonarQube is an open sourced code quality scanning tool
version
:
9.2.6-bb.
6
version
:
9.2.6-bb.
7
keywords
:
-
coverage
-
security
...
...
docs/Affinity.md
0 → 100644
View file @
50b3a952
## 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