Skip to content

jaeger values.yamlπŸ’£

openshiftπŸ’£

Type: object

Default value
{"enabled":false}
Default value (formatted)
{
  "enabled": false
}

Description: Openshift toggle, only affects networkPolicies

ssoπŸ’£

Type: object

Default value
{"enabled":false}
Default value (formatted)
{
  "enabled": false
}

Description: SSO toggle, only affects auth policies

monitoringπŸ’£

Type: object

Default value
{"enabled":false,"serviceMonitor":{"scheme":"","tlsConfig":{}}}
Default value (formatted)
{
  "enabled": false,
  "serviceMonitor": {
    "scheme": "",
    "tlsConfig": {}
  }
}

Description: Monitoring toggle, affects servicemonitor and networkPolicies

hostnameπŸ’£

Type: string

Default value
"bigbang.dev"

Description: Hostname to service Jaeger virtualService

istio.enabledπŸ’£

Type: bool

Default value
false

Description: Toggle istio integration

istio.jaeger.enabledπŸ’£

Type: bool

Default value
true

Description: Toggle vs creation

istio.jaeger.annotationsπŸ’£

Type: object

Default value
{}
Default value (formatted)
{}

istio.jaeger.labelsπŸ’£

Type: object

Default value
{}
Default value (formatted)
{}

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

Type: string

Default value
"istio-system/main"

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

Type: string

Default value
"tracing.{{ .Values.hostname }}"

istio.mtlsπŸ’£

Type: object

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

Description: Default jaeger 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

cleanSvcMonitorπŸ’£

Type: object

Default value
{"enabled":false,"image":{"repository":"registry1.dso.mil/ironbank/big-bang/base","tag":"2.0.0"}}
Default value (formatted)
{
  "enabled": false,
  "image": {
    "repository": "registry1.dso.mil/ironbank/big-bang/base",
    "tag": "2.0.0"
  }
}

Description: Only needed for upgrade from pre-1.29.x, Deletes the servicemonitor that targetted deprecated metrics endpoints

webhookCertGenπŸ’£

Type: object

Default value
{"affinity":{},"cleanupProxy":{"image":{"pullPolicy":"IfNotPresent","repository":"registry1.dso.mil/ironbank/big-bang/base","tag":"2.0.0"}},"containerSecurityContext":{"capabilities":{"drop":["ALL"]}},"enabled":true,"image":{"pullPolicy":"IfNotPresent","repository":"registry1.dso.mil/ironbank/opensource/ingress-nginx/kube-webhook-certgen","tag":"v1.3.0"},"nodeSelector":{},"resources":{"limits":{"cpu":"50m","memory":"50Mi"},"requests":{"cpu":"50m","memory":"50Mi"}},"securityContext":{"runAsGroup":65532,"runAsNonRoot":true,"runAsUser":65532},"tolerations":{}}
Default value (formatted)
{
  "affinity": {},
  "cleanupProxy": {
    "image": {
      "pullPolicy": "IfNotPresent",
      "repository": "registry1.dso.mil/ironbank/big-bang/base",
      "tag": "2.0.0"
    }
  },
  "containerSecurityContext": {
    "capabilities": {
      "drop": [
        "ALL"
      ]
    }
  },
  "enabled": true,
  "image": {
    "pullPolicy": "IfNotPresent",
    "repository": "registry1.dso.mil/ironbank/opensource/ingress-nginx/kube-webhook-certgen",
    "tag": "v1.3.0"
  },
  "nodeSelector": {},
  "resources": {
    "limits": {
      "cpu": "50m",
      "memory": "50Mi"
    },
    "requests": {
      "cpu": "50m",
      "memory": "50Mi"
    }
  },
  "securityContext": {
    "runAsGroup": 65532,
    "runAsNonRoot": true,
    "runAsUser": 65532
  },
  "tolerations": {}
}

Description: Job to generate and patch webhooks with certificate

webhookCertGen.enabledπŸ’£

Type: bool

Default value
true

Description: If disabled must use cert manager and manually patch webhook

elasticsearch.enabledπŸ’£

Type: bool

Default value
false

elasticsearch.indexTemplateCreationπŸ’£

Type: object

Default value
{"containerSecurityContext":{"capabilities":{"drop":["ALL"]}},"enabled":true,"image":{"repository":"registry1.dso.mil/ironbank/big-bang/base","tag":"2.0.0"},"servicePriority":10,"spanPriority":11}
Default value (formatted)
{
  "containerSecurityContext": {
    "capabilities": {
      "drop": [
        "ALL"
      ]
    }
  },
  "enabled": true,
  "image": {
    "repository": "registry1.dso.mil/ironbank/big-bang/base",
    "tag": "2.0.0"
  },
  "servicePriority": 10,
  "spanPriority": 11
}

Description: Custom BB job to create required index templates for ES 8.x

elasticsearch.indexTemplateCreation.servicePriorityπŸ’£

Type: int

Default value
10

Description: Priority to add to the service index template, cannot conflict with existing templates

elasticsearch.indexTemplateCreation.spanPriorityπŸ’£

Type: int

Default value
11

Description: Priority to add to the span index template, cannot conflict with existing templates

elasticsearch.usernameπŸ’£

Type: string

Default value
"elastic"

elasticsearch.nameπŸ’£

Type: string

Default value
"logging-ek"

elasticsearch.namespaceπŸ’£

Type: string

Default value
"logging"

elasticsearch.storage.options.es.server-urlsπŸ’£

Type: string

Default value
"https://{{ $.Values.elasticsearch.name }}-es-http.{{ $.Values.elasticsearch.namespace }}.svc:9200"

elasticsearch.storage.options.es.tls.enabledπŸ’£

Type: string

Default value
"true"

elasticsearch.storage.options.es.tls.caπŸ’£

Type: string

Default value
"/es/certificates/ca.crt"

elasticsearch.storage.options.es.versionπŸ’£

Type: int

Default value
7

elasticsearch.storage.options.es.create-index-templatesπŸ’£

Type: bool

Default value
false

retention.enabledπŸ’£

Type: bool

Default value
false

retention.scheduleπŸ’£

Type: string

Default value
"0 * * * *"

retention.daysπŸ’£

Type: int

Default value
5

retention.imageπŸ’£

Type: string

Default value
"registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-es-index-cleaner:1.41.0"

operatorUpdateStrategy.typeπŸ’£

Type: string

Default value
"RollingUpdate"

image.repositoryπŸ’£

Type: string

Default value
"registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-operator"

image.tagπŸ’£

Type: string

Default value
"1.41.0"

image.pullPolicyπŸ’£

Type: string

Default value
"Always"

image.imagePullSecrets[0]πŸ’£

Type: string

Default value
"private-registry"

certs.issuer.createπŸ’£

Type: bool

Default value
false

certs.issuer.nameπŸ’£

Type: string

Default value
""

certs.certificate.createπŸ’£

Type: bool

Default value
false

certs.certificate.namespaceπŸ’£

Type: string

Default value
""

certs.certificate.secretNameπŸ’£

Type: string

Default value
"jaeger-operator-webhook-cert"

webhooks.mutatingWebhook.createπŸ’£

Type: bool

Default value
true

webhooks.validatingWebhook.createπŸ’£

Type: bool

Default value
true

webhooks.portπŸ’£

Type: int

Default value
9443

webhooks.service.annotationsπŸ’£

Type: object

Default value
{}
Default value (formatted)
{}

webhooks.service.createπŸ’£

Type: bool

Default value
true

webhooks.service.nameπŸ’£

Type: string

Default value
""

jaeger.createπŸ’£

Type: bool

Default value
true

jaeger.namespaceπŸ’£

Type: string

Default value
nil

jaeger.spec.strategyπŸ’£

Type: string

Default value
"allInOne"

jaeger.spec.ingress.enabledπŸ’£

Type: bool

Default value
false

jaeger.spec.annotationsπŸ’£

Type: object

Default value
{}
Default value (formatted)
{}

jaeger.spec.labelsπŸ’£

Type: object

Default value
{}
Default value (formatted)
{}

jaeger.spec.allInOne.imageπŸ’£

Type: string

Default value
"registry1.dso.mil/ironbank/opensource/jaegertracing/all-in-one:1.41.0"

jaeger.spec.allInOne.options.log-levelπŸ’£

Type: string

Default value
"info"

jaeger.spec.allInOne.options.collector.zipkin.host-portπŸ’£

Type: string

Default value
":9411"

jaeger.spec.allInOne.annotations.”sidecar.istio.io/injectβ€πŸ’£

Type: string

Default value
"true"

jaeger.spec.allInOne.annotations.”traffic.sidecar.istio.io/includeInboundPortsβ€πŸ’£

Type: string

Default value
"16686"

jaeger.spec.allInOne.resources.requests.cpuπŸ’£

Type: string

Default value
"200m"

jaeger.spec.allInOne.resources.requests.memoryπŸ’£

Type: string

Default value
"128Mi"

jaeger.spec.allInOne.resources.limits.cpuπŸ’£

Type: string

Default value
"200m"

jaeger.spec.allInOne.resources.limits.memoryπŸ’£

Type: string

Default value
"128Mi"

jaeger.spec.allInOne.securityContext.runAsNonRootπŸ’£

Type: bool

Default value
true

jaeger.spec.allInOne.securityContext.runAsUserπŸ’£

Type: int

Default value
1001

jaeger.spec.allInOne.securityContext.runAsGroupπŸ’£

Type: int

Default value
1001

jaeger.spec.allInOne.containerSecurityContext.capabilities.drop[0]πŸ’£

Type: string

Default value
"ALL"

jaeger.spec.allInOne.strategy.typeπŸ’£

Type: string

Default value
"RollingUpdate"

jaeger.spec.agent.maxReplicasπŸ’£

Type: int

Default value
5

jaeger.spec.agent.imageπŸ’£

Type: string

Default value
"registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-agent:1.41.0"

jaeger.spec.agent.options.log-levelπŸ’£

Type: string

Default value
"info"

jaeger.spec.agent.imagePullSecrets[0]πŸ’£

Type: string

Default value
"private-registry"

jaeger.spec.agent.securityContext.runAsNonRootπŸ’£

Type: bool

Default value
true

jaeger.spec.agent.securityContext.runAsUserπŸ’£

Type: int

Default value
1001

jaeger.spec.agent.securityContext.runAsGroupπŸ’£

Type: int

Default value
1001

jaeger.spec.agent.containerSecurityContext.capabilities.drop[0]πŸ’£

Type: string

Default value
"ALL"

jaeger.spec.agent.strategy.typeπŸ’£

Type: string

Default value
"RollingUpdate"

jaeger.spec.ingester.maxReplicasπŸ’£

Type: int

Default value
5

jaeger.spec.ingester.imageπŸ’£

Type: string

Default value
"registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-ingester:1.41.0"

jaeger.spec.ingester.options.log-levelπŸ’£

Type: string

Default value
"info"

jaeger.spec.ingester.securityContext.runAsNonRootπŸ’£

Type: bool

Default value
true

jaeger.spec.ingester.securityContext.runAsUserπŸ’£

Type: int

Default value
1001

jaeger.spec.ingester.securityContext.runAsGroupπŸ’£

Type: int

Default value
1001

jaeger.spec.ingester.containerSecurityContext.capabilities.drop[0]πŸ’£

Type: string

Default value
"ALL"

jaeger.spec.ingester.strategy.typeπŸ’£

Type: string

Default value
"RollingUpdate"

jaeger.spec.query.replicasπŸ’£

Type: int

Default value
5

jaeger.spec.query.imageπŸ’£

Type: string

Default value
"registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-query:1.41.0"

jaeger.spec.query.options.log-levelπŸ’£

Type: string

Default value
"info"

jaeger.spec.query.securityContext.runAsNonRootπŸ’£

Type: bool

Default value
true

jaeger.spec.query.securityContext.runAsUserπŸ’£

Type: int

Default value
1001

jaeger.spec.query.securityContext.runAsGroupπŸ’£

Type: int

Default value
1001

jaeger.spec.query.containerSecurityContext.capabilities.drop[0]πŸ’£

Type: string

Default value
"ALL"

jaeger.spec.query.strategy.typeπŸ’£

Type: string

Default value
"RollingUpdate"

jaeger.spec.collector.maxReplicasπŸ’£

Type: int

Default value
5

jaeger.spec.collector.imageπŸ’£

Type: string

Default value
"registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-collector:1.41.0"

jaeger.spec.collector.options.log-levelπŸ’£

Type: string

Default value
"info"

jaeger.spec.collector.resources.requests.cpuπŸ’£

Type: string

Default value
"200m"

jaeger.spec.collector.resources.requests.memoryπŸ’£

Type: string

Default value
"128Mi"

jaeger.spec.collector.resources.limits.cpuπŸ’£

Type: string

Default value
"200m"

jaeger.spec.collector.resources.limits.memoryπŸ’£

Type: string

Default value
"128Mi"

jaeger.spec.collector.securityContext.runAsNonRootπŸ’£

Type: bool

Default value
true

jaeger.spec.collector.securityContext.runAsUserπŸ’£

Type: int

Default value
1001

jaeger.spec.collector.securityContext.runAsGroupπŸ’£

Type: int

Default value
1001

jaeger.spec.collector.containerSecurityContext.capabilities.drop[0]πŸ’£

Type: string

Default value
"ALL"

jaeger.spec.collector.strategy.typeπŸ’£

Type: string

Default value
"RollingUpdate"

jaeger.spec.volumeMounts[0].nameπŸ’£

Type: string

Default value
"certificates"

jaeger.spec.volumeMounts[0].mountPathπŸ’£

Type: string

Default value
"/es/certificates/"

jaeger.spec.volumeMounts[0].readOnlyπŸ’£

Type: bool

Default value
true

jaeger.spec.volumes[0].nameπŸ’£

Type: string

Default value
"certificates"

jaeger.spec.volumes[0].secret.secretNameπŸ’£

Type: string

Default value
"elasticsearch-certificates"

rbac.createπŸ’£

Type: bool

Default value
true

rbac.pspEnabledπŸ’£

Type: bool

Default value
false

rbac.clusterRoleπŸ’£

Type: bool

Default value
true

service.typeπŸ’£

Type: string

Default value
"ClusterIP"

service.annotationsπŸ’£

Type: object

Default value
{}
Default value (formatted)
{}

serviceAccount.createπŸ’£

Type: bool

Default value
true

serviceAccount.nameπŸ’£

Type: string

Default value
"jaeger-instance"

serviceAccount.annotationsπŸ’£

Type: object

Default value
{}
Default value (formatted)
{}

extraEnvπŸ’£

Type: list

Default value
[]
Default value (formatted)
[]

extraLabelsπŸ’£

Type: object

Default value
{}
Default value (formatted)
{}

resources.limits.cpuπŸ’£

Type: string

Default value
"100m"

resources.limits.memoryπŸ’£

Type: string

Default value
"128Mi"

resources.requests.cpuπŸ’£

Type: string

Default value
"100m"

resources.requests.memoryπŸ’£

Type: string

Default value
"128Mi"

nodeSelectorπŸ’£

Type: object

Default value
{}
Default value (formatted)
{}

tolerationsπŸ’£

Type: list

Default value
[]
Default value (formatted)
[]

affinityπŸ’£

Type: object

Default value
{}
Default value (formatted)
{}

securityContext.runAsNonRootπŸ’£

Type: bool

Default value
true

securityContext.runAsUserπŸ’£

Type: int

Default value
1001

securityContext.runAsGroupπŸ’£

Type: int

Default value
1001

priorityClassNameπŸ’£

Type: string

Default value
nil

hostNetworkπŸ’£

Type: bool

Default value
false

metricsPortπŸ’£

Type: int

Default value
8383

annotationsπŸ’£

Type: object

Default value
{}
Default value (formatted)
{}

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.controlPlaneCidrπŸ’£

Type: string

Default value
"0.0.0.0/0"

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://jaeger-query:16686"