-
Notifications
You must be signed in to change notification settings - Fork 55
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
chore(helm): re-enable resource requests and limits #794
Merged
wolf4ood
merged 1 commit into
eclipse-tractusx:main
from
saschaisele-zf:ressource_allocation
Nov 23, 2023
Merged
chore(helm): re-enable resource requests and limits #794
wolf4ood
merged 1 commit into
eclipse-tractusx:main
from
saschaisele-zf:ressource_allocation
Nov 23, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
florianrusch-zf
approved these changes
Sep 27, 2023
saschaisele-zf
force-pushed
the
ressource_allocation
branch
from
September 29, 2023 14:35
508a1e9
to
469903c
Compare
Kudos, SonarCloud Quality Gate passed! |
This pull request is stale because it has been open for 7 days with no activity. |
saschaisele-zf
force-pushed
the
ressource_allocation
branch
2 times, most recently
from
November 23, 2023 11:16
212bd1e
to
9879dc0
Compare
saschaisele-zf
added
documentation
Improvements or additions to documentation
helmcharts
Anything that has to do with helm charts
and removed
stale
labels
Nov 23, 2023
chore(helm): review suggestions and changes all `values.yaml` chore(helm): updated `DEPENDENCIES` chore(helm): updated helm-docs Signed-off-by: Sascha Isele <sascha.isele.external@zf.com>
saschaisele-zf
force-pushed
the
ressource_allocation
branch
from
November 23, 2023 13:13
50f1a53
to
18fe88b
Compare
Kudos, SonarCloud Quality Gate passed! |
florianrusch-zf
approved these changes
Nov 23, 2023
wolf4ood
approved these changes
Nov 23, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
documentation
Improvements or additions to documentation
helmcharts
Anything that has to do with helm charts
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
WHAT
Re-enables the ressource requests and ressource limits in the helm charts.
Additionally gives example default values.
WHY
See #720
FURTHER NOTES
List other areas of code that have changed but are not necessarily linked to the main feature. This could be method signature changes, package declarations, bugs that were encountered and were fixed inline, etc.
Closes #720