tempo values.yaml📜
domain📜
Type: string
"dev.bigbang.mil"
Description: Domain used for BigBang created exposed services
istio📜
Type: object
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
customAuthorizationPolicies: []
customServiceEntries: []
enabled: false
outboundTrafficPolicyMode: REGISTRY_ONLY
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
networkPolicies📜
Type: object
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
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
Description: Toggle monitoring integration. Intended to be controlled via BigBang passthrough of monitoring package status
sso📜
Type: object
enabled: false
Description: SSO toggle. Intended to be controlled via BigBang passthrough, only affects network/auth policies.
upgradeJob.enabled📜
Type: bool
true
Description: Enable BigBang specific autoRollingUpgrade support
upgradeJob.name📜
Type: string
"tempo-upgrade-job"
upgradeJob.image.repository📜
Type: string
"registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
upgradeJob.image.tag📜
Type: string
"v1.32.7"
upgradeJob.image.imagePullPolicy📜
Type: string
"Always"
upgradeJob.image.pullSecrets📜
Type: string
"private-registry"
upgradeJob.hook.phase📜
Type: string
"pre-upgrade"
upgradeJob.hook.deletePolicy📜
Type: string
"hook-succeeded,before-hook-creation"
upgradeJob.serviceAccount📜
Type: string
"upgrade-job-svc-account"
upgradeJob.role📜
Type: string
"upgrade-role"
upgradeJob.roleBinding📜
Type: string
"upgrade-rolebinding"
bbtests.enabled📜
Type: bool
false
bbtests.cypress.artifacts📜
Type: bool
true
bbtests.cypress.envs.cypress_url📜
Type: string
"http://{{ .Release.Name }}.{{ .Release.Namespace }}.svc.cluster.local:16686"
bbtests.cypress.envs.cypress_tempo_datasource📜
Type: string
"http://{{ .Release.Name }}.{{ .Release.Namespace }}.svc:3200"
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.cypress.resources.requests.cpu📜
Type: string
"1"
bbtests.cypress.resources.requests.memory📜
Type: string
"1Gi"
bbtests.cypress.resources.limits.cpu📜
Type: string
"2"
bbtests.cypress.resources.limits.memory📜
Type: string
"2Gi"
bbtests.scripts.enabled📜
Type: bool
true
bbtests.scripts.image📜
Type: string
"registry1.dso.mil/ironbank/big-bang/base:2.1.0"
bbtests.scripts.envs.TEMPO_METRICS_URL📜
Type: string
"http://{{ .Release.Name }}.{{ .Release.Namespace }}.svc:3200"
openshift📜
Type: bool
false
Description: Toggle or openshift specific config
upstream.fullnameOverride📜
Type: string
"tempo-tempo"
Description: Overrides the chart’s computed fullname
upstream.nameOverride📜
Type: string
"tempo"
Description: Overrides the chart’s computed name
upstream.tempo.repository📜
Type: string
"registry1.dso.mil/ironbank/opensource/grafana/tempo"
Description: Docker image repository
upstream.tempo.tag📜
Type: string
"2.8.2"
Description: Docker image tag
upstream.tempo.pullPolicy📜
Type: string
"Always"
Description: Docker image pull policy
upstream.tempo.server.http_listen_port📜
Type: int
3200
Description: HTTP server listen port
upstream.tempoQuery.repository📜
Type: string
"registry1.dso.mil/ironbank/opensource/grafana/tempo-query"
Description: Docker image repository
upstream.tempoQuery.tag📜
Type: string
"2.8.2"
Description: Docker image tag
upstream.tempoQuery.pullPolicy📜
Type: string
"Always"
Description: Docker image pull policy
upstream.securityContext📜
Type: object
fsGroup: 1001
runAsGroup: 1001
runAsNonRoot: true
runAsUser: 1001
Description: securityContext for container
upstream.serviceAccount.imagePullSecrets📜
Type: list
- name: private-registry
Description: Image pull secrets for the service account