Configuration methods
The system properties are the properties used by SonarQube at startup and not stored in the database. They can be configured using different methods.
In a ZIP installation
In a Docker installation
In a Kubernetes installation
Defining sonar properties
sonarProperties:
sonar.log.level: DEBUG
sonar.security.realm: LDAP
ldap.url: ldaps://organization.comUsing environment variables
Injecting external Secrets or ConfigMaps
apiVersion: v1
kind: ConfigMap
metadata:
name: external-sonarqube-opts
data:
SONAR_JDBC_USERNAME: foo
SONAR_JDBC_URL: jdbc:postgresql://db.example.com:5432/sonarextraConfig:
configmaps:
- external-sonarqube-optsRelated pages
Was this helpful?

