jaegertracing / helm-charts

Helm Charts for Jaeger backend
Apache License 2.0
254 stars 338 forks source link

[Feature]: make replicas spec a Helm variable rather than hardcoding to `replicas: 1` #493

Closed lisenet closed 11 months ago

lisenet commented 11 months ago

Requirement

We'd like to be able to specify the number of replicas using Helm.

Problem

The replicas count is hardcoded to 1.

Proposal

Make the replicas spec a Helm variable.

Open questions

No response

pavelnikolov commented 11 months ago

@lisenet why would you even want to have more than one replica of a pod that has in-memory data. The pods don't share data in any way.