Skip to content

[Merged by Bors] - Defined resource limits #165

Closed
soenkeliebau wants to merge 1 commit intomainfrom
iss/ressource_limits
Closed

[Merged by Bors] - Defined resource limits #165
soenkeliebau wants to merge 1 commit intomainfrom
iss/ressource_limits

Conversation

@soenkeliebau
Copy link
Copy Markdown
Member

Description

Added resource limits in values.yaml for stackabletech/issues#368

limits:
cpu: 200m
memory: 1024Mi
requests:
cpu: 200m
memory: 1024Mi

Definition of Done Checklist

  • Not all of these items are applicable to all PRs, the author should update this template to only leave the boxes in that are relevant
  • Please make sure all these things are done and tick the boxes
# Author
- [ ] Changes are OpenShift compatible
- [ ] CRD changes approved
- [ ] Helm chart can be installed and deployed operator works
- [ ] Integration tests passed (for non trivial changes)
# Reviewer
- [ ] Code contains useful comments
- [ ] (Integration-)Test cases added
- [ ] Documentation added or updated
- [ ] Changelog updated
- [ ] Cargo.toml only contains references to git tags (not specific commits or branches)
# Acceptance
- [ ] Feature Tracker has been updated
- [ ] Proper release label has been added

Once the review is done, comment bors r+ (or bors merge) to merge. Further information

  limits:
    cpu: 200m
    memory: 1024Mi
  requests:
    cpu: 200m
    memory: 1024Mi
@soenkeliebau soenkeliebau requested a review from a team July 4, 2023 07:07
Copy link
Copy Markdown
Member

@maltesander maltesander left a comment

Choose a reason for hiding this comment

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

LGTM!

@soenkeliebau
Copy link
Copy Markdown
Member Author

bors r+

bors Bot pushed a commit that referenced this pull request Jul 4, 2023

# Description

Added resource limits in values.yaml for  stackabletech/issues#368

 limits:
    cpu: 200m
    memory: 1024Mi
  requests:
    cpu: 200m
    memory: 1024Mi
@bors
Copy link
Copy Markdown

bors Bot commented Jul 4, 2023

Pull request successfully merged into main.

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors Bot changed the title Defined resource limits [Merged by Bors] - Defined resource limits Jul 4, 2023
@bors bors Bot closed this Jul 4, 2023
@bors bors Bot deleted the iss/ressource_limits branch July 4, 2023 07:56
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.

2 participants