helm-charts
helm-charts copied to clipboard
[tempo-distributed] added configuration option to set `maxUnavailable` for PDBs
At the moment PDBs created as part of Tempo installation has their maxUnavailable
statically set to 1 (except for ingester
). This PR makes this value configurable with defaults set as before.
The change is backwards compatible as it has default values set to 1 and for the ingester
is set to the template expression as before.