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: