UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 830aaf5a authored by Micah Nagel's avatar Micah Nagel Committed by Ryan Garcia
Browse files

SKIP UPGRADE: Tempo remove memory limits for CI

parent 35efe7b1
No related branches found
No related tags found
1 merge request!1545SKIP UPGRADE: Tempo remove memory limits for CI
......@@ -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