Skip to content

Commit

Permalink
fix: schema
Browse files Browse the repository at this point in the history
  • Loading branch information
srodenhuis committed Sep 20, 2024
1 parent 22356b0 commit 360e867
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions tests/fixtures/env/apps/tempo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@ apps:
limits:
cpu: 900m
memory: 512Mi
metricsGenerator:
requests:
cpu: 100m
memory: 128Mi
limits:
cpu: 900m
memory: 512Mi
persistence:
ingester:
size: 10Gi
4 changes: 2 additions & 2 deletions values-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2448,6 +2448,8 @@ properties:
$ref: '#/definitions/resources'
memcached:
$ref: '#/definitions/resources'
metricsGenerator:
$ref: '#/definitions/resources'
autoscaling:
properties:
ingester:
Expand All @@ -2458,8 +2460,6 @@ properties:
$ref: '#/definitions/autoscalingEnabled'
queryFrontend:
$ref: '#/definitions/autoscalingEnabled'
metricsGenerator:
$ref: '#/definitions/resources'
persistence:
properties:
ingester:
Expand Down

0 comments on commit 360e867

Please sign in to comment.