-
-
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
chart: Deployment scale metricType should be Value instead of AverageValue #2465
Conversation
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 89c7f98)
✨ 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 |
…Value Signed-off-by: Viet Nguyen Duc <[email protected]>
edd04e8
to
89c7f98
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
Following KEDA docs - https://keda.sh/docs/2.16/reference/scaledobject-spec/#triggers, adjust configs in default chart values for ScaledObject
useCachedMetrics: false
metricType:""
(keep as empty, not set)Motivation and Context
Types of changes
Checklist
PR Type
Bug fix, Enhancement
Description
useCachedMetrics
andmetricType
options, enhancing the scaling logic.NodeChromium
Dockerfile fromsid
tostable
for better stability.None
and adding HTTP basic authentication for requests.Changes walkthrough 📝
__init__.py
Update environment variables and add authentication for requests
tests/SmokeTests/init.py
None
.CHART_CERT_PATH
environment variable.requests.get
to include HTTP basic authentication._helpers.tpl
Enhance autoscaling triggers with additional configurations
charts/selenium-grid/templates/_helpers.tpl
useCachedMetrics
andmetricType
to autoscaling triggers.nodeMaxSessions
is set if not provided.Dockerfile
Update Debian source to stable in Dockerfile
NodeChromium/Dockerfile
sid
tostable
.CONFIGURATION.md
Add documentation for new autoscaling options
charts/selenium-grid/CONFIGURATION.md
useCachedMetrics
andmetricType
options.values.yaml
Add new autoscaling configuration options
charts/selenium-grid/values.yaml
useCachedMetrics
andmetricType
to autoscaling configuration.