Skip to content

sonarqube values.yamlπŸ’£

replicaCountπŸ’£

Type: int

Default value
1

deploymentStrategy.typeπŸ’£

Type: string

Default value
"Recreate"

OpenShift.enabledπŸ’£

Type: bool

Default value
false

OpenShift.createSCCπŸ’£

Type: bool

Default value
true

image.repositoryπŸ’£

Type: string

Default value
"registry1.dso.mil/ironbank/big-bang/sonarqube"

image.tagπŸ’£

Type: string

Default value
"8.9.9-community"

image.pullPolicyπŸ’£

Type: string

Default value
"IfNotPresent"

image.pullSecretπŸ’£

Type: string

Default value
"private-registry"

securityContext.fsGroupπŸ’£

Type: int

Default value
1000

containerSecurityContext.runAsUserπŸ’£

Type: int

Default value
1000

containerSecurityContext.runAsGroupπŸ’£

Type: int

Default value
1000

elasticsearch.configureNodeπŸ’£

Type: bool

Default value
false

elasticsearch.bootstrapChecksπŸ’£

Type: bool

Default value
true

service.typeπŸ’£

Type: string

Default value
"ClusterIP"

service.externalPortπŸ’£

Type: int

Default value
9000

service.internalPortπŸ’£

Type: int

Default value
9000

service.labelsπŸ’£

Type: string

Default value
nil

service.annotationsπŸ’£

Type: object

Default value
{}
Default value (formatted)
{}

ingress.enabledπŸ’£

Type: bool

Default value
false

ingress.hosts[0].nameπŸ’£

Type: string

Default value
"sonar.organization.com"

ingress.hosts[0].pathπŸ’£

Type: string

Default value
"/"

ingress.annotationsπŸ’£

Type: object

Default value
{}
Default value (formatted)
{}

ingress.tlsπŸ’£

Type: list

Default value
[]
Default value (formatted)
[]

affinityπŸ’£

Type: object

Default value
{}
Default value (formatted)
{}

tolerationsπŸ’£

Type: list

Default value
[]
Default value (formatted)
[]

nodeSelectorπŸ’£

Type: object

Default value
{}
Default value (formatted)
{}

hostAliasesπŸ’£

Type: list

Default value
[]
Default value (formatted)
[]

readinessProbe.initialDelaySecondsπŸ’£

Type: int

Default value
60

readinessProbe.periodSecondsπŸ’£

Type: int

Default value
30

readinessProbe.failureThresholdπŸ’£

Type: int

Default value
6

readinessProbe.sonarWebContextπŸ’£

Type: string

Default value
"/"

livenessProbe.initialDelaySecondsπŸ’£

Type: int

Default value
60

livenessProbe.periodSecondsπŸ’£

Type: int

Default value
30

livenessProbe.sonarWebContextπŸ’£

Type: string

Default value
"/"

initContainers.resources.limits.memoryπŸ’£

Type: string

Default value
"300Mi"

initContainers.resources.limits.cpuπŸ’£

Type: string

Default value
"50m"

initContainers.resources.requests.memoryπŸ’£

Type: string

Default value
"300Mi"

initContainers.resources.requests.cpuπŸ’£

Type: string

Default value
"50m"

extraInitContainersπŸ’£

Type: object

Default value
{}
Default value (formatted)
{}

waitForDb.imageπŸ’£

Type: string

Default value
"registry1.dso.mil/ironbank/opensource/postgres/postgresql12:12.11"

initSysctl.enabledπŸ’£

Type: bool

Default value
false

initSysctl.vmMaxMapCountπŸ’£

Type: int

Default value
524288

initSysctl.fsFileMaxπŸ’£

Type: int

Default value
131072

initSysctl.nofileπŸ’£

Type: int

Default value
131072

initSysctl.nprocπŸ’£

Type: int

Default value
8192

initSysctl.securityContext.privilegedπŸ’£

Type: bool

Default value
true

plugins.installπŸ’£

Type: list

Default value
[]
Default value (formatted)
[]

plugins.libπŸ’£

Type: list

Default value
[]
Default value (formatted)
[]

plugins.imageπŸ’£

Type: string

Default value
"registry1.dso.mil/ironbank/big-bang/sonarqube:8.9.9-community"

plugins.noCheckCertificateπŸ’£

Type: bool

Default value
false

jvmOptsπŸ’£

Type: string

Default value
""

annotationsπŸ’£

Type: object

Default value
{}
Default value (formatted)
{}

resources.limits.cpuπŸ’£

Type: string

Default value
"300m"

resources.limits.memoryπŸ’£

Type: string

Default value
"2.5Gi"

resources.requests.cpuπŸ’£

Type: string

Default value
"300m"

resources.requests.memoryπŸ’£

Type: string

Default value
"2.5Gi"

persistence.enabledπŸ’£

Type: bool

Default value
false

persistence.annotationsπŸ’£

Type: object

Default value
{}
Default value (formatted)
{}

persistence.storageClassπŸ’£

Type: string

Default value
nil

persistence.accessModeπŸ’£

Type: string

Default value
"ReadWriteOnce"

persistence.sizeπŸ’£

Type: string

Default value
"10Gi"

persistence.volumesπŸ’£

Type: list

Default value
[]
Default value (formatted)
[]

persistence.mountsπŸ’£

Type: list

Default value
[]
Default value (formatted)
[]

emptyDirπŸ’£

Type: object

Default value
{}
Default value (formatted)
{}

sonarProperties.”sonar.forceAuthenticationβ€πŸ’£

Type: bool

Default value
true

sonarProperties.”sonar.ce.javaAdditionalOptsβ€πŸ’£

Type: string

Default value
"-Dcom.redhat.fips=false"

sonarProperties.”sonar.search.javaAdditionalOptsβ€πŸ’£

Type: string

Default value
"-Dcom.redhat.fips=false"

sonarProperties.”sonar.web.javaAdditionalOptsβ€πŸ’£

Type: string

Default value
"-Dcom.redhat.fips=false"

jdbcDatabaseTypeπŸ’£

Type: string

Default value
"postgresql"

postgresql.enabledπŸ’£

Type: bool

Default value
true

postgresql.postgresqlUsernameπŸ’£

Type: string

Default value
"sonarUser"

postgresql.postgresqlPasswordπŸ’£

Type: string

Default value
"sonarPass"

postgresql.postgresqlDatabaseπŸ’£

Type: string

Default value
"sonarDB"

postgresql.service.portπŸ’£

Type: int

Default value
5432

postgresql.resources.limits.cpuπŸ’£

Type: string

Default value
"100m"

postgresql.resources.limits.memoryπŸ’£

Type: string

Default value
"200Mi"

postgresql.resources.requests.cpuπŸ’£

Type: string

Default value
"100m"

postgresql.resources.requests.memoryπŸ’£

Type: string

Default value
"200Mi"

postgresql.image.registryπŸ’£

Type: string

Default value
"registry1.dso.mil"

postgresql.image.repositoryπŸ’£

Type: string

Default value
"ironbank/opensource/postgres/postgresql12"

postgresql.image.tagπŸ’£

Type: string

Default value
"12.11"

postgresql.image.pullSecrets[0]πŸ’£

Type: string

Default value
"private-registry"

postgresql.postgresqlConfiguration.listen_addressesπŸ’£

Type: string

Default value
"*"

postgresql.pgHbaConfigurationπŸ’£

Type: string

Default value
"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

Default value
true

postgresql.persistence.accessModeπŸ’£

Type: string

Default value
"ReadWriteOnce"

postgresql.persistence.sizeπŸ’£

Type: string

Default value
"20Gi"

postgresql.persistence.storageClassπŸ’£

Type: string

Default value
nil

postgresql.persistence.mountPathπŸ’£

Type: string

Default value
"/var/lib/postgresql"

postgresql.postgresqlDataDirπŸ’£

Type: string

Default value
"/var/lib/postgresql/data"

postgresql.securityContext.enabledπŸ’£

Type: bool

Default value
true

postgresql.securityContext.fsGroupπŸ’£

Type: int

Default value
26

postgresql.securityContext.runAsUserπŸ’£

Type: int

Default value
26

postgresql.securityContext.runAsGroupπŸ’£

Type: int

Default value
26

postgresql.volumePermissions.enabledπŸ’£

Type: bool

Default value
false

postgresql.volumePermissions.securityContext.runAsUserπŸ’£

Type: int

Default value
0

postgresql.shmVolume.chmod.enabledπŸ’£

Type: bool

Default value
false

postgresql.serviceAccount.enabledπŸ’£

Type: bool

Default value
false

podLabelsπŸ’£

Type: object

Default value
{}
Default value (formatted)
{}

sonarqubeFolderπŸ’£

Type: string

Default value
"/opt/sonarqube"

tests.enabledπŸ’£

Type: bool

Default value
false

serviceAccount.createπŸ’£

Type: bool

Default value
false

serviceAccount.annotationsπŸ’£

Type: object

Default value
{}
Default value (formatted)
{}

extraConfig.secretsπŸ’£

Type: list

Default value
[]
Default value (formatted)
[]

extraConfig.configmapsπŸ’£

Type: list

Default value
[]
Default value (formatted)
[]

terminationGracePeriodSecondsπŸ’£

Type: int

Default value
60

domainπŸ’£

Type: string

Default value
"bigbang.dev"

istio.enabledπŸ’£

Type: bool

Default value
false

istio.mtlsπŸ’£

Type: object

Default value
{"mode":"STRICT"}
Default value (formatted)
{
  "mode": "STRICT"
}

Description: Default argocd peer authentication

istio.mtls.modeπŸ’£

Type: string

Default value
"STRICT"

Description: STRICT = Allow only mutual TLS traffic, PERMISSIVE = Allow both plain text and mutual TLS traffic

istio.sonarqube.enabledπŸ’£

Type: bool

Default value
true

istio.sonarqube.annotationsπŸ’£

Type: object

Default value
{}
Default value (formatted)
{}

istio.sonarqube.labelsπŸ’£

Type: object

Default value
{}
Default value (formatted)
{}

istio.sonarqube.gateways[0]πŸ’£

Type: string

Default value
"istio-system/main"

istio.sonarqube.hosts[0]πŸ’£

Type: string

Default value
"sonarqube.{{ .Values.domain }}"

istio.injectionπŸ’£

Type: string

Default value
"disabled"

monitoring.enabledπŸ’£

Type: bool

Default value
false

networkPolicies.enabledπŸ’£

Type: bool

Default value
false

networkPolicies.ingressLabels.appπŸ’£

Type: string

Default value
"istio-ingressgateway"

networkPolicies.ingressLabels.istioπŸ’£

Type: string

Default value
"ingressgateway"

networkPolicies.egressHttps.enabledπŸ’£

Type: bool

Default value
true

bbtests.enabledπŸ’£

Type: bool

Default value
false

bbtests.cypress.artifactsπŸ’£

Type: bool

Default value
true

bbtests.cypress.envs.cypress_urlπŸ’£

Type: string

Default value
"http://sonarqube-sonarqube:9000"

bbtests.cypress.envs.cypress_url_setupπŸ’£

Type: string

Default value
"http://sonarqube-sonarqube:9000/setup"

bbtests.cypress.envs.cypress_userπŸ’£

Type: string

Default value
"admin"

bbtests.cypress.envs.cypress_passwordπŸ’£

Type: string

Default value
"new_admin_password"