Skip to content

tempo values.yaml

domain

Type: string

Default value
"dev.bigbang.mil"

Description: This value will be removed in a later release as Tempo no longer has a UI

istio

Type: object

Default value
authorizationPolicies:
  custom: []
  enabled: false
enabled: false
mtls:
  mode: STRICT
serviceEntries:
  custom: []
sidecar:
  enabled: false
  outboundTrafficPolicyMode: REGISTRY_ONLY

Description: Toggle istio integration. Intended to be controlled via BigBang passthrough of istio package status

routes.inbound.tempo-query.enabled

Type: bool

Default value
false

routes.inbound.tempo-query.gateways[0]

Type: string

Default value
"istio-gateway/public-ingressgateway"

routes.inbound.tempo-query.hosts[0]

Type: string

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

routes.inbound.tempo-query.service

Type: string

Default value
"tempo-tempo"

routes.inbound.tempo-query.port

Type: int

Default value
3200

routes.inbound.tempo-query.selector.”app.kubernetes.io/name”

Type: string

Default value
"tempo"

networkPolicies

Type: object

Default value
additionalPolicies: []
controlPlaneCidr: 0.0.0.0/0
egress:
  from:
    tempo:
      to:
        k8s:
          monitoring/prometheus:9090: true
enabled: false
ingress:
  to:
    tempo:3200:
      from:
        k8s:
          kiali-service-account@kiali/kiali: true
          monitoring-grafana@monitoring/grafana: true
          monitoring-monitoring-kube-prometheus@monitoring/prometheus: true
    tempo:4317:
      from:
        k8s:
          alloy-alloy-logs@alloy/alloy-logs: true
          alloy-alloy-operator@alloy/alloy: true
    tempo:9411:
      from:
        k8s:
          '*/*': true
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

Default value
app: istio-ingressgateway
istio: ingressgateway

Description: Istio IngressGateway labels for VirtualService external routing to app UI

networkPolicies.controlPlaneCidr

Type: string

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

Default value
enabled: false

Description: Toggle monitoring integration. Intended to be controlled via BigBang passthrough of monitoring package status

upgradeJob.enabled

Type: bool

Default value
true

Description: Enable BigBang specific autoRollingUpgrade support

upgradeJob.name

Type: string

Default value
"tempo-upgrade-job"

upgradeJob.image.repository

Type: string

Default value
"registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"

upgradeJob.image.tag

Type: string

Default value
"v1.34.7"

upgradeJob.image.imagePullPolicy

Type: string

Default value
"Always"

upgradeJob.image.pullSecrets

Type: string

Default value
"private-registry"

upgradeJob.hook.phase

Type: string

Default value
"pre-upgrade"

upgradeJob.hook.deletePolicy

Type: string

Default value
"hook-succeeded,before-hook-creation"

upgradeJob.serviceAccount

Type: string

Default value
"upgrade-job-svc-account"

upgradeJob.role

Type: string

Default value
"upgrade-role"

upgradeJob.roleBinding

Type: string

Default value
"upgrade-rolebinding"

bbtests.enabled

Type: bool

Default value
false

bbtests.cypress.artifacts

Type: bool

Default value
true

bbtests.cypress.envs.cypress_tempo_datasource

Type: string

Default value
"http://{{ .Release.Name }}.{{ .Release.Namespace }}.svc:3200"

bbtests.cypress.envs.cypress_check_datasource

Type: string

Default value
"false"

bbtests.cypress.envs.cypress_grafana_url

Type: string

Default value
"http://monitoring-grafana.monitoring.svc.cluster.local"

bbtests.cypress.resources.requests.cpu

Type: string

Default value
"1"

bbtests.cypress.resources.requests.memory

Type: string

Default value
"1Gi"

bbtests.cypress.resources.limits.cpu

Type: string

Default value
"2"

bbtests.cypress.resources.limits.memory

Type: string

Default value
"2Gi"

bbtests.scripts.enabled

Type: bool

Default value
true

bbtests.scripts.image

Type: string

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

bbtests.scripts.envs.TEMPO_METRICS_URL

Type: string

Default value
"http://{{ .Release.Name }}.{{ .Release.Namespace }}.svc:3200"

openshift

Type: bool

Default value
false

Description: Toggle or openshift specific config

upstream.fullnameOverride

Type: string

Default value
"tempo-tempo"

Description: Overrides the chart’s computed fullname

upstream.nameOverride

Type: string

Default value
"tempo"

Description: Overrides the chart’s computed name

upstream.tempo.registry

Type: string

Default value
"registry1.dso.mil"

Description: Docker image registry

upstream.tempo.repository

Type: string

Default value
"ironbank/opensource/grafana/tempo"

Description: Docker image repository

upstream.tempo.tag

Type: string

Default value
"2.10.5"

Description: Docker image tag

upstream.tempo.pullPolicy

Type: string

Default value
"Always"

Description: Docker image pull policy

upstream.tempoQuery.repository

Type: string

Default value
"registry1.dso.mil/ironbank/opensource/grafana/tempo-query"

Description: Docker image repository

upstream.tempoQuery.tag

Type: string

Default value
"2.10.5"

Description: Docker image tag

upstream.tempoQuery.pullPolicy

Type: string

Default value
"Always"

Description: Docker image pull policy

upstream.securityContext

Type: object

Default value
fsGroup: 1001
runAsGroup: 1001
runAsUser: 1001

Description: securityContext for container

upstream.serviceAccount.imagePullSecrets

Type: list

Default value
- name: private-registry

Description: Image pull secrets for the service account

upstream.podAnnotations

Type: object

Default value
traffic.sidecar.istio.io/excludeInboundPorts: '9411'

Description: Pod Annotations