Skip to content

Fix configuration of Grafana resource limits/requests

Steve Starke requested to merge sstrk/configure-grafana-resources into devel

Version Control Information

Source branch: sstrk/configure-grafana-resources
Target branch: devel

Commits:

* Fix configuration of Grafana resource limits/requests

With monitoring_v1 we were able to configure resource requests/limits
for Grafana. When switching to monitoring_v2, we've overseen that we're
not setting these anymore and the configuration (which is already stated
in the config.toml.template) are not taking effect.

The values are stated in:
https://github.com/grafana/helm-charts/blob/ec78147220603e8fba6c77ba4e2a13288edf67e3/charts/grafana/values.yaml

Description

Feel free to add further information about your MR in this section

Closes: #


Merge Prerequisites

  • MR title (and description) are descriptive
  • Code is readable and syntactically correct
  • Code is understandable
  • Documentation has been updated, if necessary
  • Commit messages look good
  • Release note file added in latest commit

As a developer: please do not tick these boxes yourself. As a reviewer: please get yourself a hot cold beverage.

Merge request reports

Loading