UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 6414a9e8 authored by Stanislav Bondarenko's avatar Stanislav Bondarenko
Browse files

Add TID support

parent 601e77f6
No related branches found
No related tags found
2 merge requests!1658Draft: Merge branch 'tempo_tracing_updates' into 'master',!1455Add TID support
Pipeline #728138 passed with warnings
......@@ -7,6 +7,8 @@
{{- $domainName := default .Values.domain .Values.hostname }}
domain: {{ $domainName }}
enterprise: {{ .Values.istio.enterprise }}
{{- if or .Values.jaeger.enabled .Values.tempo.enabled }}
tracing:
{{- if .Values.jaeger.enabled }}
......
......@@ -5,6 +5,7 @@
{{- define "bigbang.defaults.istiooperator" -}}
createNamespace: false
enterprise: {{ .Values.istio.enterprise }}
imagePullPolicy: {{ .Values.imagePullPolicy }}
imagePullSecrets:
......
......@@ -124,10 +124,15 @@ imagePullPolicy: IfNotPresent
istio:
# -- Toggle deployment of Istio.
enabled: true
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/istio-controlplane.git
path: "./chart"
tag: "1.13.1-bb.2"
tag: "1.13.1-bb.3"
# -- Tetrate Istio Distribution - Tetrate provides FIPs verified Istio and Envoy software and support,
# validated through the FIPs Boring Crypto module. Find out more from Tetrate - https://www.tetrate.io/tetrate-istio-subscription
enterprise: false
# Ingress gateways are created based on the key name. Adding more keys will add ingress gateways.
# Ingress gateways are setup in a Horizontal Pod Autoscaler with 1 to 5 replicas
......@@ -239,7 +244,7 @@ istiooperator:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/istio-operator.git
path: "./chart"
tag: "1.13.1-bb.0"
tag: "1.13.1-bb.1"
# -- Flux reconciliation overrides specifically for the Istio Operator Package
flux: {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment