Open StefanKock opened 3 months ago
In newer versions of the chart I thought you had to configure the resources in chunksCache/resultsCache sections (setting those there is working okay for us in SSD mode). the memcached section is for image related settings I think.
Resources are then auto-generated based on the max memory option but can be overridden https://github.com/grafana/loki/blob/main/production/helm/loki/values.yaml#L3050
Describe the bug Resources for
memcached
are ignored.Possible solution Probably a coding error in https://github.com/grafana/loki/blob/helm-loki-6.7.4/production/helm/loki/templates/memcached/_memcached-statefulset.tpl#L93
Fix it maybe with:
To Reproduce Steps to reproduce the behavior:
helm template grafana/loki -f my-values.loki.yaml --version 6.7.4
See in the templated result that
resources
are not applied:Expected behavior memcached resources block can be overridden.
Environment:
Screenshots, Promtail config, or terminal output If applicable, add any output to help explain your problem.