You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When deploying Loki in Simple Scalable Mode using the Helm chart, you can attach a sidecar container to the Write and Read components, however, you cannot do so with the Backend component.
Describe the solution you'd like
The Loki Helm chart should support adding a sidecar container to each of the Simple Scalable Mode components. In the past, there were PRs to add this capability to the Write component and Read component. I'd like to complete this by creating a very similar PR for the Backend component.
Describe alternatives you've considered
We could patch the StatefulSet directly, but we would like to be able to make use of the Helm chart and future improvements to the Helm chart.
**What this PR does / why we need it**:
This PR adds the `extraContainers` property to the backend Loki pods for the Loki helm chart.
**Which issue(s) this PR fixes**:
Fixes#16164
**What this PR does / why we need it**:
This PR adds the `extraContainers` property to the backend Loki pods for the Loki helm chart.
**Which issue(s) this PR fixes**:
Fixesgrafana#16164
Is your feature request related to a problem? Please describe.
When deploying Loki in Simple Scalable Mode using the Helm chart, you can attach a sidecar container to the Write and Read components, however, you cannot do so with the Backend component.
Describe the solution you'd like
The Loki Helm chart should support adding a sidecar container to each of the Simple Scalable Mode components. In the past, there were PRs to add this capability to the Write component and Read component. I'd like to complete this by creating a very similar PR for the Backend component.
Describe alternatives you've considered
We could patch the StatefulSet directly, but we would like to be able to make use of the Helm chart and future improvements to the Helm chart.
Additional context
Previous MRs:
The text was updated successfully, but these errors were encountered: