UNCLASSIFIED

You need to sign in or sign up before continuing.
Commit aa98455a authored by Branden Cobb's avatar Branden Cobb
Browse files

Add Affinity doc

parent 9888ec73
# 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
...@@ -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
......
## 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: {}
```
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