UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 67eeaf70 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch 'tempo-ci-memory' into 'master'

SKIP UPGRADE: Tempo remove memory limits for CI

See merge request platform-one/big-bang/bigbang!1545
parents 35efe7b1 830aaf5a
No related branches found
No related tags found
1 merge request!1545SKIP UPGRADE: Tempo remove memory limits for CI
Pipeline #768965 passed with warnings
......@@ -498,9 +498,7 @@ tempo:
- "tempo.{{ .Values.domain }}"
tempo:
resources:
limits:
cpu: 200m
memory: 128Mi
limits: null
requests:
cpu: 200m
memory: 128Mi
......@@ -514,18 +512,7 @@ tempo:
tempoQuery:
resources:
limits:
cpu: 200m
memory: 128Mi
requests:
cpu: 200m
memory: 128Mi
opentelemetryCollector:
resources:
limits:
cpu: 200m
memory: 128Mi
limits: null
requests:
cpu: 200m
memory: 128Mi
......
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