Skip to content

tempo values.yaml📜

domain📜

Type: string

Default value
"dev.bigbang.mil"

Description: Domain used for BigBang created exposed services

istio📜

Type: object

Default value
enabled: false
hardened:
  customAuthorizationPolicies: []
  customServiceEntries: []
  enabled: false
  outboundTrafficPolicyMode: REGISTRY_ONLY
mtls:
  mode: STRICT

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

istio.hardened📜

Type: object

Default value
customAuthorizationPolicies: []
customServiceEntries: []
enabled: false
outboundTrafficPolicyMode: REGISTRY_ONLY

Description: Default peer authentication values

istio.mtls.mode📜

Type: string

Default value
"STRICT"

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

networkPolicies📜

Type: object

Default value
additionalPolicies: []
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

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

sso📜

Type: object

Default value
enabled: false

Description: SSO toggle. Intended to be controlled via BigBang passthrough, only affects network/auth policies.

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.32.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_url📜

Type: string

Default value
"http://{{ .Release.Name }}.{{ .Release.Namespace }}.svc.cluster.local:16686"

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

Type: string

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

Description: Docker image repository

upstream.tempo.tag📜

Type: string

Default value
"2.8.2"

Description: Docker image tag

upstream.tempo.pullPolicy📜

Type: string

Default value
"Always"

Description: Docker image pull policy

upstream.tempo.server.http_listen_port📜

Type: int

Default value
3200

Description: HTTP server listen port

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

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
runAsNonRoot: true
runAsUser: 1001

Description: securityContext for container

upstream.serviceAccount.imagePullSecrets📜

Type: list

Default value
- name: private-registry

Description: Image pull secrets for the service account