Skip to content

Commit 418248e

Browse files
author
edge-katanomi-app2[bot]
committed
📚 Sync docs from alaudadevops/sonarqube-ce-operator on 77a630e6931326ddd8cb8c2173fd1b6a69567b37
Source: docs: add configuration for deploying in pure IPv6 clusters (#117) Author: edge-katanomi-app2[bot] Ref: refs/heads/main Commit: 77a630e6931326ddd8cb8c2173fd1b6a69567b37 This commit automatically syncs documentation changes from the source-docs repository. 🔗 View source commit: https://github.com/alaudadevops/sonarqube-ce-operator/commit/77a630e6931326ddd8cb8c2173fd1b6a69567b37 🤖 Synced on 2025-10-16 03:09:29 UTC
1 parent 6f1f7c2 commit 418248e

2 files changed

Lines changed: 19 additions & 3 deletions

File tree

‎.github/SYNC_INFO.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Documentation Sync Information
22

3-
- **Last synced**: 2025-09-25 05:33:49 UTC
3+
- **Last synced**: 2025-10-16 03:09:29 UTC
44
- **Source repository**: alaudadevops/sonarqube-ce-operator
5-
- **Source commit**: [861e3d5c7692bb3d7f057c45f568ce7bd2f1ffc3](https://github.com/alaudadevops/sonarqube-ce-operator/commit/861e3d5c7692bb3d7f057c45f568ce7bd2f1ffc3)
5+
- **Source commit**: [77a630e6931326ddd8cb8c2173fd1b6a69567b37](https://github.com/alaudadevops/sonarqube-ce-operator/commit/77a630e6931326ddd8cb8c2173fd1b6a69567b37)
66
- **Triggered by**: edge-katanomi-app2[bot]
7-
- **Workflow run**: [#19](https://github.com/alaudadevops/sonarqube-ce-operator/actions/runs/17997950406)
7+
- **Workflow run**: [#24](https://github.com/alaudadevops/sonarqube-ce-operator/actions/runs/18549046836)
88

99
## Files synced:
1010
- docs/

‎docs/en/install/03_sonarqube_deploy.md‎

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,22 @@ spec:
285285
secret: dex-tls
286286
```
287287
288+
#### Using in Pure IPv6 Clusters
289+
290+
When deploying in a pure IPv6 cluster environment, you need to explicitly configure IPv6 protocol settings since Java supports dual-stack by default. Add the following configuration to ensure proper connectivity:
291+
292+
```yaml
293+
spec:
294+
helmValues:
295+
env:
296+
- name: JAVA_TOOL_OPTIONS
297+
value: '-Djava.net.preferIPv6Addresses=true'
298+
sonarProperties:
299+
sonar.cluster.node.search.host: '[::1]'
300+
sonar.cluster.node.es.host: '[::1]'
301+
sonar.web.javaAdditionalOpts: '-javaagent:/opt/sonarqube/extensions/plugins/sonarqube-community-branch-plugin-1.23.1.jar=web -Djava.net.preferIPv6Addresses=true'
302+
```
303+
288304
## Additional Information
289305
290306
### Kubernetes - Pod Security Standards

0 commit comments

Comments
 (0)