We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a1f632 commit 2f83b72Copy full SHA for 2f83b72
tests/fixtures/env/apps/tempo.yaml
@@ -75,6 +75,14 @@ apps:
75
limits:
76
cpu: 900m
77
memory: 512Mi
78
+ metricsGenerator:
79
+ requests:
80
+ cpu: 100m
81
+ memory: 128Mi
82
+ limits:
83
+ cpu: 900m
84
+ memory: 512Mi
85
+
86
persistence:
87
ingester:
88
size: 10Gi
values-schema.yaml
@@ -2661,6 +2661,8 @@ properties:
2661
$ref: '#/definitions/resources'
2662
memcached:
2663
2664
2665
+ $ref: '#/definitions/resources'
2666
autoscaling:
2667
properties:
2668
0 commit comments