Skip to content

Commit

Permalink
autoscaling
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 6, 2025
1 parent 36cde20 commit 7bd15ea
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion tempo_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,53 @@ persistence:
ingester:
autoscaling:
enabled: true
resources:
requests:
cpu: "100m"
memory: "128Mi"
limits:
cpu: "200m"
memory: "256Mi"
distributor:
autoscaling:
enabled: true
resources:
requests:
cpu: "100m"
memory: "128Mi"
limits:
cpu: "200m"
memory: "256Mi"
compactor:
autoscaling:
enabled: true
resources:
requests:
cpu: "100m"
memory: "128Mi"
limits:
cpu: "200m"
memory: "256Mi"
querier:
autoscaling:
enabled: true
resources:
requests:
cpu: "100m"
memory: "128Mi"
limits:
cpu: "200m"
memory: "256Mi"
gateway:
autoscaling:
enabled: true

resources:
requests:
cpu: "100m"
memory: "128Mi"
limits:
cpu: "200m"
memory: "256Mi"
traces:
jaeger:
zipkin:
Expand Down

0 comments on commit 7bd15ea

Please sign in to comment.