You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/selenium-grid/CONFIGURATION.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
52
52
| global.seleniumGrid.nodeMaxSessions | int |`1`| Specify number of max sessions per node. Can be overridden by individual component (this is also set to scaler trigger parameter `nodeMaxSessions` if `autoscaling` is enabled) |
53
53
| global.seleniumGrid.nodeDrainAfterSessionCount | int |`0`| Set number of sessions will be executed in a Node before detaching it from Hub and shutting it down |
54
54
| global.seleniumGrid.nodeEnableManagedDownloads | bool |`true`| This causes the Node to auto manage files downloaded for a given session on the Node (https://www.selenium.dev/documentation/webdriver/drivers/remote_webdriver/#enable-downloads-in-the-grid)|
55
-
| global.seleniumGrid.nodeCustomCapabilities | string |`""`| Setting custom capabilities for matching specific Nodes (https://www.selenium.dev/documentation/grid/configuration/toml_options/#setting-custom-capabilities-for-matching-specific-nodes)|
55
+
| global.seleniumGrid.nodeCustomCapabilities | string |`""`| Setting custom capabilities for matching specific Nodes (https://www.selenium.dev/documentation/grid/configuration/toml_options/#setting-custom-capabilities-for-matching-specific-nodes). If set via Helm CLI, consider use `--set-literal` to prevent Helm from interpreting the JSON string|
56
56
| global.seleniumGrid.nodeRegisterPeriod | int |`120`| How long, in seconds, will the Node try to register to the Distributor for the first time. After this period is completed, the Node will not attempt to register again. |
57
57
| global.seleniumGrid.nodeRegisterCycle | int |`5`| How often, in seconds, the Node will try to register itself for the first time to the Distributor. |
58
58
| tls.create | bool |`true`| Create a Secret resource for TLS certificate and key. If using an external secret set to false and provide its name in `nameOverride` below |
Copy file name to clipboardExpand all lines: charts/selenium-grid/values.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ global:
59
59
nodeDrainAfterSessionCount: 0
60
60
# -- This causes the Node to auto manage files downloaded for a given session on the Node (https://www.selenium.dev/documentation/webdriver/drivers/remote_webdriver/#enable-downloads-in-the-grid)
61
61
nodeEnableManagedDownloads: true
62
-
# -- Setting custom capabilities for matching specific Nodes (https://www.selenium.dev/documentation/grid/configuration/toml_options/#setting-custom-capabilities-for-matching-specific-nodes)
62
+
# -- Setting custom capabilities for matching specific Nodes (https://www.selenium.dev/documentation/grid/configuration/toml_options/#setting-custom-capabilities-for-matching-specific-nodes). If set via Helm CLI, consider use `--set-literal` to prevent Helm from interpreting the JSON string
63
63
nodeCustomCapabilities: ""
64
64
# -- How long, in seconds, will the Node try to register to the Distributor for the first time. After this period is completed, the Node will not attempt to register again.
0 commit comments