Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #286 from yamaken1343/pr/clarify-nodeport
Browse files Browse the repository at this point in the history
Sonarqube: Clarify that nodeport can be used
  • Loading branch information
rjkernick authored Jun 10, 2021
2 parents 625c1dd + 199dbaa commit a8b23af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/sonarqube/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: sonarqube
description: SonarQube is an open sourced code quality scanning tool
version: 9.6.3
version: 9.6.4
appVersion: 8.5.1-community
keywords:
- coverage
Expand Down
1 change: 1 addition & 0 deletions charts/sonarqube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ The following table lists the configurable parameters of the Sonarqube chart and
| `service.annotations` | Kubernetes service annotations | None |
| `service.loadBalancerSourceRanges` | Kubernetes service LB Allowed inbound IP addresses | None |
| `service.loadBalancerIP` | Kubernetes service LB Optional fixed external IP | None |
| `service.nodePort` | Kubernetes service port of exposed on nodePort or LD | None |
| `ingress.enabled` | Flag for enabling ingress | false |
| `ingress.labels` | Ingress additional labels | `{}` |
| `ingress.hosts[0].name` | Hostname to your SonarQube installation | `sonar.organization.com` |
Expand Down
2 changes: 2 additions & 0 deletions charts/sonarqube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ service:
# loadBalancerSourceRanges:
# - 0.0.0.0/0
# loadBalancerIP: 1.2.3.4
# You can set the port to be exposed when type is NodePort or LoadBalancer.
# nodePort: 30000
ingress:
enabled: false
# Used to create an Ingress record.
Expand Down

0 comments on commit a8b23af

Please sign in to comment.