Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move resource requests and limits into $._config #793

Merged
merged 2 commits into from Jun 24, 2021

Conversation

kvrhdn
Copy link
Member

@kvrhdn kvrhdn commented Jun 24, 2021

What this PR does:
Move all Kubernetes resource settings into $._config, this way users only need to override $._config and don't need to know about the internals (tempo_compactor_container etc.).

Which issue(s) this PR fixes:
Fixes #701: resource settings were not applied correctly due to import ordering.

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

Copy link
Member

@joe-elliott joe-elliott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@joe-elliott joe-elliott merged commit cfdfb90 into grafana:main Jun 24, 2021
@kvrhdn kvrhdn deleted the tempo-microservices-resources branch June 24, 2021 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Microservice jsonnet library ignores resource requests and limits
2 participants