From 7bd15ea28054534a2155396df0bc9933f372ad6d Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Fri, 28 Feb 2025 18:21:59 -0500 Subject: [PATCH] autoscaling --- tempo_values.yaml | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/tempo_values.yaml b/tempo_values.yaml index 24b0ce7..70ebf27 100644 --- a/tempo_values.yaml +++ b/tempo_values.yaml @@ -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: