tempo values.yaml
💣
nameOverride💣
Type: string
""
Description: Overrides the chart’s name
fullnameOverride💣
Type: string
""
Description: Overrides the chart’s computed fullname
replicas💣
Type: int
1
tempo.repository💣
Type: string
"registry1.dso.mil/ironbank/opensource/grafana/tempo"
Description: Docker image repository
tempo.tag💣
Type: string
"1.4.1"
Description: Overrides the image tag whose default is the chart’s appVersion
tempo.pullPolicy💣
Type: string
"IfNotPresent"
Description: Docker image pull policy
tempo.imagePullSecrets💣
Type: list
[{"name":"private-registry"}]
Default value (formatted)
[
{
"name": "private-registry"
}
]
Description: Image pull secrets for Docker images
tempo.podSecurityContext.fsGroup💣
Type: int
1001
tempo.podSecurityContext.runAsGroup💣
Type: int
1001
tempo.podSecurityContext.runAsNonRoot💣
Type: bool
true
tempo.podSecurityContext.runAsUser💣
Type: int
1001
tempo.updateStrategy💣
Type: string
"RollingUpdate"
tempo.resources.limits.cpu💣
Type: string
"500m"
tempo.resources.limits.memory💣
Type: string
"4Gi"
tempo.resources.requests.cpu💣
Type: string
"500m"
tempo.resources.requests.memory💣
Type: string
"4Gi"
tempo.readinessProbe💣
Type: object
{"httpGet":{"path":"/ready","port":"http-metrics"},"initialDelaySeconds":45}
Default value (formatted)
{
"httpGet": {
"path": "/ready",
"port": "http-metrics"
},
"initialDelaySeconds": 45
}
Description: Readiness probe
tempo.livenessProbe💣
Type: object
{"httpGet":{"path":"/ready","port":"http-metrics"},"initialDelaySeconds":45}
Default value (formatted)
{
"httpGet": {
"path": "/ready",
"port": "http-metrics"
},
"initialDelaySeconds": 45
}
Description: Liveness probe
tempo.memBallastSizeMbs💣
Type: int
1024
tempo.multitenancyEnabled💣
Type: bool
false
tempo.searchEnabled💣
Type: bool
true
Description: If true, enables Tempo’s native search
tempo.ingester.trace_idle_period💣
Type: string
"10s"
tempo.ingester.max_block_bytes💣
Type: int
1000000
tempo.ingester.max_block_duration💣
Type: string
"5m"
tempo.retention💣
Type: string
"336h"
tempo.overrides💣
Type: object
{}
Default value (formatted)
{}
tempo.server.http_listen_port💣
Type: int
3100
Description: HTTP server listen port
tempo.storage.trace.backend💣
Type: string
"local"
tempo.storage.trace.local.path💣
Type: string
"/var/tempo/traces"
tempo.storage.trace.wal.path💣
Type: string
"/var/tempo/wal"
tempo.receivers.jaeger.protocols.grpc.endpoint💣
Type: string
"0.0.0.0:14250"
tempo.receivers.jaeger.protocols.thrift_binary.endpoint💣
Type: string
"0.0.0.0:6832"
tempo.receivers.jaeger.protocols.thrift_compact.endpoint💣
Type: string
"0.0.0.0:6831"
tempo.receivers.jaeger.protocols.thrift_http.endpoint💣
Type: string
"0.0.0.0:14268"
tempo.receivers.zipkin.endpoint💣
Type: string
"0.0.0.0:9411"
tempo.receivers.opencensus💣
Type: string
nil
tempo.receivers.otlp.protocols.grpc.endpoint💣
Type: string
"0.0.0.0:4317"
tempo.receivers.otlp.protocols.http.endpoint💣
Type: string
"0.0.0.0:4318"
tempo.extraArgs.”distributor.log-received-traces”💣
Type: bool
true
tempo.extraEnv💣
Type: list
[]
Default value (formatted)
[]
Description: Environment variables to add
tempo.extraVolumeMounts💣
Type: list
[]
Default value (formatted)
[]
Description: Volume mounts to add
tempoQuery.repository💣
Type: string
"registry1.dso.mil/ironbank/opensource/grafana/tempo-query"
Description: Docker image repository
tempoQuery.tag💣
Type: string
"1.4.1"
Description: Overrides the image tag whose default is the chart’s appVersion
tempoQuery.pullPolicy💣
Type: string
"IfNotPresent"
Description: Docker image pull policy
tempoQuery.resources.limits.cpu💣
Type: string
"300m"
tempoQuery.resources.limits.memory💣
Type: string
"256Mi"
tempoQuery.resources.requests.cpu💣
Type: string
"300m"
tempoQuery.resources.requests.memory💣
Type: string
"256Mi"
tempoQuery.readinessProbe💣
Type: object
{"httpGet":{"path":"/ready","port":"http-metrics"},"initialDelaySeconds":45}
Default value (formatted)
{
"httpGet": {
"path": "/ready",
"port": "http-metrics"
},
"initialDelaySeconds": 45
}
Description: Readiness probe
tempoQuery.livenessProbe💣
Type: object
{"httpGet":{"path":"/ready","port":"http-metrics"},"initialDelaySeconds":45}
Default value (formatted)
{
"httpGet": {
"path": "/ready",
"port": "http-metrics"
},
"initialDelaySeconds": 45
}
Description: Liveness probe
tempoQuery.extraArgs💣
Type: object
{}
Default value (formatted)
{}
tempoQuery.extraEnv💣
Type: list
[]
Default value (formatted)
[]
Description: Environment variables to add
tempoQuery.extraVolumeMounts💣
Type: list
[]
Default value (formatted)
[]
Description: Volume mounts to add
serviceAccount.create💣
Type: bool
true
Description: Specifies whether a ServiceAccount should be created
serviceAccount.name💣
Type: string
nil
Description: The name of the ServiceAccount to use. If not set and create is true, a name is generated using the fullname template
serviceAccount.imagePullSecrets💣
Type: list
[]
Default value (formatted)
[]
Description: Image pull secrets for the service account
serviceAccount.annotations💣
Type: object
{}
Default value (formatted)
{}
Description: Annotations for the service account
service.type💣
Type: string
"ClusterIP"
service.annotations💣
Type: object
{}
Default value (formatted)
{}
service.labels💣
Type: object
{}
Default value (formatted)
{}
serviceMonitor.enabled💣
Type: bool
false
serviceMonitor.interval💣
Type: string
""
serviceMonitor.additionalLabels💣
Type: object
{}
Default value (formatted)
{}
serviceMonitor.annotations💣
Type: object
{}
Default value (formatted)
{}
persistence.enabled💣
Type: bool
true
persistence.accessModes[0]💣
Type: string
"ReadWriteOnce"
persistence.size💣
Type: string
"15Gi"
podAnnotations.”traffic.sidecar.istio.io/includeInboundPorts”💣
Type: string
"16686,3100"
podLabels💣
Type: object
{}
Default value (formatted)
{}
extraVolumes💣
Type: list
[]
Default value (formatted)
[]
Description: Volumes to add
nodeSelector💣
Type: object
{}
Default value (formatted)
{}
tolerations💣
Type: list
[]
Default value (formatted)
[]
affinity💣
Type: object
{}
Default value (formatted)
{}
overrides.ingestion_rate_limit_bytes💣
Type: int
30000000
domain💣
Type: string
"bigbang.dev"
Description: Domain used for BigBang created exposed services
istio💣
Type: object
{"enabled":false,"mtls":{"mode":"STRICT"},"tempoQuery":{"annotations":{},"enabled":true,"gateways":["istio-system/main"],"hosts":["tracing.{{ .Values.domain }}"],"labels":{}}}
Default value (formatted)
{
"enabled": false,
"mtls": {
"mode": "STRICT"
},
"tempoQuery": {
"annotations": {},
"enabled": true,
"gateways": [
"istio-system/main"
],
"hosts": [
"tracing.{{ .Values.domain }}"
],
"labels": {}
}
}
Description: Toggle istio integration. Intended to be controlled via BigBang passthrough of istio package status
istio.mtls💣
Type: object
{"mode":"STRICT"}
Default value (formatted)
{
"mode": "STRICT"
}
Description: Default peer authentication values
istio.mtls.mode💣
Type: string
"STRICT"
Description: STRICT = Allow only mutual TLS traffic, PERMISSIVE = Allow both plain text and mutual TLS traffic
istio.tempoQuery💣
Type: object
{"annotations":{},"enabled":true,"gateways":["istio-system/main"],"hosts":["tracing.{{ .Values.domain }}"],"labels":{}}
Default value (formatted)
{
"annotations": {},
"enabled": true,
"gateways": [
"istio-system/main"
],
"hosts": [
"tracing.{{ .Values.domain }}"
],
"labels": {}
}
Description: Tempo-Query specific VirtualService values
istio.tempoQuery.enabled💣
Type: bool
true
Description: Toggle VirtualService creation
objectStorage.access_key_id💣
Type: string
""
Description: AWS access_key_id for External ObjectStorage configuration
objectStorage.secret_access_key💣
Type: string
""
Description: AWS secret_access_key for External ObjectStorage configuration
networkPolicies💣
Type: object
{"controlPlaneCidr":"0.0.0.0/0","enabled":false,"ingressLabels":{"app":"istio-ingressgateway","istio":"ingressgateway"}}
Default value (formatted)
{
"controlPlaneCidr": "0.0.0.0/0",
"enabled": false,
"ingressLabels": {
"app": "istio-ingressgateway",
"istio": "ingressgateway"
}
}
Description: Toggle for BigBang specific NetworkPolicies. If disabled no NetworkPolicies will be installed with package ref: https://kubernetes.io/docs/concepts/services-networking/network-policies/
networkPolicies.ingressLabels💣
Type: object
{"app":"istio-ingressgateway","istio":"ingressgateway"}
Default value (formatted)
{
"app": "istio-ingressgateway",
"istio": "ingressgateway"
}
Description: Istio IngressGateway labels for VirtualService external routing to app UI
networkPolicies.controlPlaneCidr💣
Type: string
"0.0.0.0/0"
Description: Use kubectl cluster-info
and then resolve to IP for kube-api. Review value description in BigBang README.md
monitoring💣
Type: object
{"enabled":false}
Default value (formatted)
{
"enabled": false
}
Description: Toggle monitoring integration. Intended to be controlled via BigBang passthrough of monitoring package status
sso💣
Type: object
{"enabled":false}
Default value (formatted)
{
"enabled": false
}
Description: SSO toggle. Intended to be controlled via BigBang passthrough, only affects network/auth policies.
bbtests.enabled💣
Type: bool
false
bbtests.cypress.artifacts💣
Type: bool
true
bbtests.cypress.envs.cypress_url💣
Type: string
'http://{{ template "tempo.fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local:16686'
bbtests.cypress.envs.cypress_tempo_datasource💣
Type: string
'http://{{ template "tempo.fullname" . }}.{{ .Release.Namespace }}.svc:3100'
bbtests.cypress.envs.cypress_check_datasource💣
Type: string
"false"
bbtests.cypress.envs.cypress_grafana_url💣
Type: string
"http://monitoring-grafana.monitoring.svc.cluster.local"
bbtests.scripts.enabled💣
Type: bool
true
bbtests.scripts.image💣
Type: string
"registry1.dso.mil/ironbank/big-bang/base:2.0.0"
bbtests.scripts.envs.TEMPO_METRICS_URL💣
Type: string
'http://{{ template "tempo.fullname" . }}.{{ .Release.Namespace }}.svc:3100'