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
…na#14128)
* Fix: Do not create bloom Deployment/Statefulset if replicas=0 (fixesgrafana#14090)
* Fix: Configure PV claims for bloom gateway and bloom builder correctly (fixesgrafana#14082)
* Fix: Configure emphemeral storage for bloom builder working directory (fixesgrafana#14084)
* Add required configuration for bloom builder and bloom gateway
---
Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
Describe the bug
bloom-builder deployment is created always, even when it's set to 0 replicas (default).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
bloom-builder deployment should be created only when it has more than 1 replica, just like any other loki component. Like this https://github.com/grafana/loki/blob/main/production/helm/loki/templates/bloom-planner/statefulset-bloom-planner.yaml#L3
Alternatively deployment should be created only when this component is actually enabled though config.
Environment:
Screenshots, Promtail config, or terminal output
N/A
The text was updated successfully, but these errors were encountered: