sonarqube values.yaml
π£
replicaCountπ£
Type: int
1
deploymentStrategy.typeπ£
Type: string
"Recreate"
OpenShift.enabledπ£
Type: bool
false
OpenShift.createSCCπ£
Type: bool
true
image.repositoryπ£
Type: string
"registry1.dso.mil/ironbank/big-bang/sonarqube"
image.tagπ£
Type: string
"8.9.9-community"
image.pullPolicyπ£
Type: string
"IfNotPresent"
image.pullSecretπ£
Type: string
"private-registry"
securityContext.fsGroupπ£
Type: int
1000
containerSecurityContext.runAsUserπ£
Type: int
1000
containerSecurityContext.runAsGroupπ£
Type: int
1000
elasticsearch.configureNodeπ£
Type: bool
false
elasticsearch.bootstrapChecksπ£
Type: bool
true
service.typeπ£
Type: string
"ClusterIP"
service.externalPortπ£
Type: int
9000
service.internalPortπ£
Type: int
9000
service.labelsπ£
Type: string
nil
service.annotationsπ£
Type: object
{}
Default value (formatted)
{}
ingress.enabledπ£
Type: bool
false
ingress.hosts[0].nameπ£
Type: string
"sonar.organization.com"
ingress.hosts[0].pathπ£
Type: string
"/"
ingress.annotationsπ£
Type: object
{}
Default value (formatted)
{}
ingress.tlsπ£
Type: list
[]
Default value (formatted)
[]
affinityπ£
Type: object
{}
Default value (formatted)
{}
tolerationsπ£
Type: list
[]
Default value (formatted)
[]
nodeSelectorπ£
Type: object
{}
Default value (formatted)
{}
hostAliasesπ£
Type: list
[]
Default value (formatted)
[]
readinessProbe.initialDelaySecondsπ£
Type: int
60
readinessProbe.periodSecondsπ£
Type: int
30
readinessProbe.failureThresholdπ£
Type: int
6
readinessProbe.sonarWebContextπ£
Type: string
"/"
livenessProbe.initialDelaySecondsπ£
Type: int
60
livenessProbe.periodSecondsπ£
Type: int
30
livenessProbe.sonarWebContextπ£
Type: string
"/"
initContainers.resources.limits.memoryπ£
Type: string
"300Mi"
initContainers.resources.limits.cpuπ£
Type: string
"50m"
initContainers.resources.requests.memoryπ£
Type: string
"300Mi"
initContainers.resources.requests.cpuπ£
Type: string
"50m"
extraInitContainersπ£
Type: object
{}
Default value (formatted)
{}
waitForDb.imageπ£
Type: string
"registry1.dso.mil/ironbank/opensource/postgres/postgresql12:12.11"
initSysctl.enabledπ£
Type: bool
false
initSysctl.vmMaxMapCountπ£
Type: int
524288
initSysctl.fsFileMaxπ£
Type: int
131072
initSysctl.nofileπ£
Type: int
131072
initSysctl.nprocπ£
Type: int
8192
initSysctl.securityContext.privilegedπ£
Type: bool
true
plugins.installπ£
Type: list
[]
Default value (formatted)
[]
plugins.libπ£
Type: list
[]
Default value (formatted)
[]
plugins.imageπ£
Type: string
"registry1.dso.mil/ironbank/big-bang/sonarqube:8.9.9-community"
plugins.noCheckCertificateπ£
Type: bool
false
jvmOptsπ£
Type: string
""
annotationsπ£
Type: object
{}
Default value (formatted)
{}
resources.limits.cpuπ£
Type: string
"300m"
resources.limits.memoryπ£
Type: string
"2.5Gi"
resources.requests.cpuπ£
Type: string
"300m"
resources.requests.memoryπ£
Type: string
"2.5Gi"
persistence.enabledπ£
Type: bool
false
persistence.annotationsπ£
Type: object
{}
Default value (formatted)
{}
persistence.storageClassπ£
Type: string
nil
persistence.accessModeπ£
Type: string
"ReadWriteOnce"
persistence.sizeπ£
Type: string
"10Gi"
persistence.volumesπ£
Type: list
[]
Default value (formatted)
[]
persistence.mountsπ£
Type: list
[]
Default value (formatted)
[]
emptyDirπ£
Type: object
{}
Default value (formatted)
{}
sonarProperties.βsonar.forceAuthenticationβπ£
Type: bool
true
sonarProperties.βsonar.ce.javaAdditionalOptsβπ£
Type: string
"-Dcom.redhat.fips=false"
sonarProperties.βsonar.search.javaAdditionalOptsβπ£
Type: string
"-Dcom.redhat.fips=false"
sonarProperties.βsonar.web.javaAdditionalOptsβπ£
Type: string
"-Dcom.redhat.fips=false"
jdbcDatabaseTypeπ£
Type: string
"postgresql"
postgresql.enabledπ£
Type: bool
true
postgresql.postgresqlUsernameπ£
Type: string
"sonarUser"
postgresql.postgresqlPasswordπ£
Type: string
"sonarPass"
postgresql.postgresqlDatabaseπ£
Type: string
"sonarDB"
postgresql.service.portπ£
Type: int
5432
postgresql.resources.limits.cpuπ£
Type: string
"100m"
postgresql.resources.limits.memoryπ£
Type: string
"200Mi"
postgresql.resources.requests.cpuπ£
Type: string
"100m"
postgresql.resources.requests.memoryπ£
Type: string
"200Mi"
postgresql.image.registryπ£
Type: string
"registry1.dso.mil"
postgresql.image.repositoryπ£
Type: string
"ironbank/opensource/postgres/postgresql12"
postgresql.image.tagπ£
Type: string
"12.11"
postgresql.image.pullSecrets[0]π£
Type: string
"private-registry"
postgresql.postgresqlConfiguration.listen_addressesπ£
Type: string
"*"
postgresql.pgHbaConfigurationπ£
Type: string
"local all all md5\nhost all all all md5"
Default value (formatted)
local all all md5
host all all all md5
postgresql.persistence.enabledπ£
Type: bool
true
postgresql.persistence.accessModeπ£
Type: string
"ReadWriteOnce"
postgresql.persistence.sizeπ£
Type: string
"20Gi"
postgresql.persistence.storageClassπ£
Type: string
nil
postgresql.persistence.mountPathπ£
Type: string
"/var/lib/postgresql"
postgresql.postgresqlDataDirπ£
Type: string
"/var/lib/postgresql/data"
postgresql.securityContext.enabledπ£
Type: bool
true
postgresql.securityContext.fsGroupπ£
Type: int
26
postgresql.securityContext.runAsUserπ£
Type: int
26
postgresql.securityContext.runAsGroupπ£
Type: int
26
postgresql.volumePermissions.enabledπ£
Type: bool
false
postgresql.volumePermissions.securityContext.runAsUserπ£
Type: int
0
postgresql.shmVolume.chmod.enabledπ£
Type: bool
false
postgresql.serviceAccount.enabledπ£
Type: bool
false
podLabelsπ£
Type: object
{}
Default value (formatted)
{}
sonarqubeFolderπ£
Type: string
"/opt/sonarqube"
tests.enabledπ£
Type: bool
false
serviceAccount.createπ£
Type: bool
false
serviceAccount.annotationsπ£
Type: object
{}
Default value (formatted)
{}
extraConfig.secretsπ£
Type: list
[]
Default value (formatted)
[]
extraConfig.configmapsπ£
Type: list
[]
Default value (formatted)
[]
terminationGracePeriodSecondsπ£
Type: int
60
domainπ£
Type: string
"bigbang.dev"
istio.enabledπ£
Type: bool
false
istio.mtlsπ£
Type: object
{"mode":"STRICT"}
Default value (formatted)
{
"mode": "STRICT"
}
Description: Default argocd peer authentication
istio.mtls.modeπ£
Type: string
"STRICT"
Description: STRICT = Allow only mutual TLS traffic, PERMISSIVE = Allow both plain text and mutual TLS traffic
istio.sonarqube.enabledπ£
Type: bool
true
istio.sonarqube.annotationsπ£
Type: object
{}
Default value (formatted)
{}
istio.sonarqube.labelsπ£
Type: object
{}
Default value (formatted)
{}
istio.sonarqube.gateways[0]π£
Type: string
"istio-system/main"
istio.sonarqube.hosts[0]π£
Type: string
"sonarqube.{{ .Values.domain }}"
istio.injectionπ£
Type: string
"disabled"
monitoring.enabledπ£
Type: bool
false
networkPolicies.enabledπ£
Type: bool
false
networkPolicies.ingressLabels.appπ£
Type: string
"istio-ingressgateway"
networkPolicies.ingressLabels.istioπ£
Type: string
"ingressgateway"
networkPolicies.egressHttps.enabledπ£
Type: bool
true
bbtests.enabledπ£
Type: bool
false
bbtests.cypress.artifactsπ£
Type: bool
true
bbtests.cypress.envs.cypress_urlπ£
Type: string
"http://sonarqube-sonarqube:9000"
bbtests.cypress.envs.cypress_url_setupπ£
Type: string
"http://sonarqube-sonarqube:9000/setup"
bbtests.cypress.envs.cypress_userπ£
Type: string
"admin"
bbtests.cypress.envs.cypress_passwordπ£
Type: string
"new_admin_password"