UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 9ecfff77 authored by Quentin Powell's avatar Quentin Powell Committed by Micah Nagel
Browse files

Resolve tempo duplicate keys

parent 20acda93
No related branches found
No related tags found
3 merge requests!1658Draft: Merge branch 'tempo_tracing_updates' into 'master',!1386Master,!1321Resolve tempo duplicate keys
......@@ -469,7 +469,7 @@ tempo:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/tempo.git
path: "./chart"
tag: "0.12.2-bb.1"
tag: "0.12.2-bb.2"
# -- Flux reconciliation overrides specifically for the Tempo Package
flux: {}
......
......@@ -244,6 +244,41 @@ fluentbit:
bbtests:
enabled: true
tempo:
enabled: false
resources:
limits:
cpu: 200m
memory: 128Mi
requests:
cpu: 200m
memory: 128Mi
persistence:
enabled: true
# storageClassName: local-path
accessModes:
- ReadWriteOnce
size: 5Gi
tempoQuery:
resources:
limits:
cpu: 200m
memory: 128Mi
requests:
cpu: 200m
memory: 128Mi
opentelemetryCollector:
resources:
limits:
cpu: 200m
memory: 128Mi
requests:
cpu: 200m
memory: 128Mi
monitoring:
enabled: true
sso:
......@@ -689,7 +724,7 @@ addons:
scripts:
envs:
ANCHORE_CLI_URL: "https://anchore-api.bigbang.dev/v1"
sonarqube:
enabled: false
sso:
......@@ -968,7 +1003,7 @@ addons:
app.kubernetes.io/instance: "{{ .Release.Name }}"
component: webhook
topologyKey: kubernetes.io/hostname
bbtests:
enabled: true
cypress:
......
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