-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
K8s: Update default component ConfigMap and resources limits #2596
Conversation
Signed-off-by: Viet Nguyen Duc <[email protected]>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
CI Failure Feedback 🧐(Checks updated until commit e31d575)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
Signed-off-by: Viet Nguyen Duc <[email protected]>
9593ba0
to
e31d575
Compare
User description
Thanks for contributing to the Docker-Selenium project!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines, applied for this repository.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
Support #2528
Motivation and Context
Types of changes
Checklist
PR Type
Enhancement, Configuration changes
Description
Added new ConfigMap definitions for
sessionQueue
and updated existing ConfigMaps to support dynamic data injection.Updated resource limits and requests for various Kubernetes components to optimize performance.
Enhanced
values.yaml
with default Java options and resource configurations for better memory and CPU management.Improved Helm templates to dynamically handle ConfigMap and Secret data using
range
loops.Changes walkthrough 📝
10 files
Added ConfigMap fullname helper for sessionQueue
Updated distributor ConfigMap to support dynamic data injection
Enhanced event-bus ConfigMap with dynamic data handling
Added dynamic data injection for logging ConfigMap
Updated node ConfigMap to support dynamic data injection
Enhanced router ConfigMap with dynamic data handling
Updated secrets template to handle dynamic data injection
Enhanced server ConfigMap with dynamic data handling
Added dynamic data injection for session-map ConfigMap
Added new ConfigMap template for sessionQueue
1 files
Documented new ConfigMap data and resource limits
1 files
Updated default values for ConfigMaps and resource limits