UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 0010b37f authored by Micah Nagel's avatar Micah Nagel
Browse files

Merge branch 'tid' into 'master'

Add TID support

See merge request platform-one/big-bang/bigbang!1455
parents a96ee576 6414a9e8
No related branches found
No related tags found
2 merge requests!1658Draft: Merge branch 'tempo_tracing_updates' into 'master',!1455Add TID support
Pipeline #728171 failed
......@@ -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