Skip to content

sonarqube values.yaml📜

deploymentType📜

Type: string

Default value
"StatefulSet"

replicaCount📜

Type: int

Default value
1

deploymentStrategy📜

Type: object

Default value
{}

OpenShift.enabled📜

Type: bool

Default value
false

OpenShift.createSCC📜

Type: bool

Default value
true

edition📜

Type: string

Default value
"community"

image.repository📜

Type: string

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

image.tag📜

Type: string

Default value
"9.9.4-community"

image.pullPolicy📜

Type: string

Default value
"IfNotPresent"

image.pullSecrets[0].name📜

Type: string

Default value
"private-registry"

securityContext.fsGroup📜

Type: int

Default value
1000

securityContext.runAsUser📜

Type: int

Default value
1000

securityContext.runAsGroup📜

Type: int

Default value
1000

containerSecurityContext.runAsUser📜

Type: int

Default value
1000

containerSecurityContext.runAsGroup📜

Type: int

Default value
1000

containerSecurityContext.capabilities.drop[0]📜

Type: string

Default value
"ALL"

elasticsearch.configureNode📜

Type: bool

Default value
false

elasticsearch.bootstrapChecks📜

Type: bool

Default value
true

nginx.enabled📜

Type: bool

Default value
false

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
{}

networkPolicy.enabled📜

Type: bool

Default value
false

networkPolicy.prometheusNamespace📜

Type: string

Default value
"monitoring"

nginx.enabled📜

Type: bool

Default value
false

ingress.enabled📜

Type: bool

Default value
false

ingress.hosts[0].name📜

Type: string

Default value
"sonarqube.your-org.com"

ingress.hosts[0].path📜

Type: string

Default value
"/"

ingress.annotations.”nginx.ingress.kubernetes.io/proxy-body-size”📜

Type: string

Default value
"64m"

ingress.tls📜

Type: list

Default value
[]

route.enabled📜

Type: bool

Default value
false

route.host📜

Type: string

Default value
""

route.tls.termination📜

Type: string

Default value
"edge"

route.annotations📜

Type: object

Default value
{}

affinity📜

Type: object

Default value
{}

tolerations📜

Type: list

Default value
[]

nodeSelector📜

Type: object

Default value
{}

hostAliases📜

Type: list

Default value
[]

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.failureThreshold📜

Type: int

Default value
6

livenessProbe.sonarWebContext📜

Type: string

Default value
"/"

startupProbe.initialDelaySeconds📜

Type: int

Default value
30

startupProbe.periodSeconds📜

Type: int

Default value
10

startupProbe.failureThreshold📜

Type: int

Default value
24

startupProbe.sonarWebContext📜

Type: string

Default value
"/"

initContainers.image📜

Type: string

Default value
"registry1.dso.mil/ironbank/big-bang/base:2.1.0"

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"

initContainers.securityContext.capabilities.drop[0]📜

Type: string

Default value
"ALL"

extraInitContainers📜

Type: object

Default value
{}

extraContainers📜

Type: list

Default value
[]

waitForDb.image📜

Type: string

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

caCerts.enabled📜

Type: bool

Default value
false

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

initSysctl.securityContext.capabilities.drop[0]📜

Type: string

Default value
"ALL"

initFs.enabled📜

Type: bool

Default value
false

initFs.securityContext.privileged📜

Type: bool

Default value
true

prometheusExporter.enabled📜

Type: bool

Default value
false

plugins.install📜

Type: list

Default value
[]

plugins.image📜

Type: string

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

plugins.noCheckCertificate📜

Type: bool

Default value
false

plugins.securityContext.runAsUser📜

Type: int

Default value
1000

plugins.securityContext.runAsGroup📜

Type: int

Default value
1000

jvmOpts📜

Type: string

Default value
""

jvmCeOpts📜

Type: string

Default value
""

monitoringPasscode📜

Type: string

Default value
"define_it"

env[0].name📜

Type: string

Default value
"JDK_JAVA_OPTIONS"

env[0].value📜

Type: string

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

annotations📜

Type: object

Default value
{}

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
{}

persistence.storageClass📜

Type: string

Default value
nil

persistence.accessMode📜

Type: string

Default value
"ReadWriteOnce"

persistence.size📜

Type: string

Default value
"10Gi"

persistence.uid📜

Type: int

Default value
1000

persistence.volumes📜

Type: list

Default value
[]

persistence.mounts📜

Type: list

Default value
[]

emptyDir📜

Type: object

Default value
{}

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"

jdbcOverwrite.enable📜

Type: bool

Default value
false

jdbcOverwrite.jdbcUsername📜

Type: string

Default value
"sonarUser"

jdbcOverwrite.jdbcPassword📜

Type: string

Default value
"sonarPass"

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.18"

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"

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.volumePermissions.enabled📜

Type: bool

Default value
false

postgresql.serviceAccount.enabled📜

Type: bool

Default value
true

postgresql.serviceAccount.automountServiceAccountToken📜

Type: bool

Default value
false

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.securityContext.capabilities.drop[0]📜

Type: string

Default value
"ALL"

podLabels📜

Type: object

Default value
{}

sonarqubeFolder📜

Type: string

Default value
"/opt/sonarqube"

tests.image📜

Type: string

Default value
"bitnami/minideb-extras"

tests.enabled📜

Type: bool

Default value
false

tests.resources📜

Type: object

Default value
{}

serviceAccount.create📜

Type: bool

Default value
true

serviceAccount.automountToken📜

Type: bool

Default value
false

serviceAccount.annotations📜

Type: object

Default value
{}

extraConfig.secrets📜

Type: list

Default value
[]

extraConfig.configmaps📜

Type: list

Default value
[]

terminationGracePeriodSeconds📜

Type: int

Default value
60

domain📜

Type: string

Default value
"bigbang.dev"

istio.enabled📜

Type: bool

Default value
false

istio.hardened.enabled📜

Type: bool

Default value
false

istio.hardened.customAuthorizationPolicies📜

Type: list

Default value
[]

istio.hardened.tempo.enabled📜

Type: bool

Default value
true

istio.hardened.tempo.namespaces[0]📜

Type: string

Default value
"tempo"

istio.hardened.tempo.principals[0]📜

Type: string

Default value
"cluster.local/ns/tempo/sa/tempo-tempo"

istio.hardened.monitoring.enabled📜

Type: bool

Default value
true

istio.hardened.monitoring.namespaces[0]📜

Type: string

Default value
"monitoring"

istio.hardened.monitoring.principals[0]📜

Type: string

Default value
"cluster.local/ns/monitoring/sa/monitoring-grafana"

istio.hardened.monitoring.principals[1]📜

Type: string

Default value
"cluster.local/ns/monitoring/sa/monitoring-monitoring-kube-alertmanager"

istio.hardened.monitoring.principals[2]📜

Type: string

Default value
"cluster.local/ns/monitoring/sa/monitoring-monitoring-kube-operator"

istio.hardened.monitoring.principals[3]📜

Type: string

Default value
"cluster.local/ns/monitoring/sa/monitoring-monitoring-kube-prometheus"

istio.hardened.monitoring.principals[4]📜

Type: string

Default value
"cluster.local/ns/monitoring/sa/monitoring-monitoring-kube-state-metrics"

istio.hardened.monitoring.principals[5]📜

Type: string

Default value
"cluster.local/ns/monitoring/sa/monitoring-monitoring-prometheus-node-exporter"

istio.mtls📜

Type: object

Default value
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
{}

istio.sonarqube.labels📜

Type: object

Default value
{}

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

networkPolicies.additionalPolicies📜

Type: list

Default value
[]

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"

bbtests.cypress.envs.cypress_timeout📜

Type: string

Default value
"10000"