Skip to content

Commit a8fdb5f

Browse files
committed
fix: increase collector memory limit, return back test memory limit
1 parent 07bce33 commit a8fdb5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/qubership-jaeger/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1625,7 +1625,7 @@ collector:
16251625
resources:
16261626
limits:
16271627
cpu: 1
1628-
memory: 200Mi
1628+
memory: 512Mi
16291629
requests:
16301630
cpu: 100m
16311631
memory: 100Mi
@@ -2250,7 +2250,7 @@ integrationTests:
22502250
memory: 64Mi
22512251
cpu: 50m
22522252
limits:
2253-
memory: 512Mi
2253+
memory: 256Mi
22542254
cpu: 300m
22552255
service:
22562256
name: jaeger-integration-tests-runner

0 commit comments

Comments
 (0)