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/README.md
+16-8Lines changed: 16 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -109,8 +109,13 @@ This table contains the configuration parameters of the chart and their default
109
109
|`ingress.tls`|`[]`| TLS backend configuration for ingress resource |
110
110
|`autoscaling.enableWithExistingKEDA`|`false`| Enable autoscaling of browser nodes. |
111
111
|`autoscaling.enabled`|`false`| Same as above plus installation of KEDA |
112
-
|`autoscaling.scalingType`|`job`| Which typ of KEDA scaling to use: job or deployment |
113
-
|`autoscaling.scaledJobOptions`| See `values.yaml`| Options for KEDA ScaledJobs |
112
+
|`autoscaling.scalingType`|`job`| Which typ of KEDA scaling to use: `job` or `deployment`|
113
+
|`autoscaling.scaledOptions`| See `values.yaml`| Common options for KEDA scaled resources (both ScaledJobs and ScaledObjects) |
114
+
|`autoscaling.scaledOptions.minReplicaCount`|`0`| Min number of replicas that each browser nodes has when autoscaling |
115
+
|`autoscaling.scaledOptions.maxReplicaCount`|`8`| Max number of replicas that each browser nodes can auto scale up to |
116
+
|`autoscaling.scaledOptions.pollingInterval`|`10`| The interval to check each trigger on |
117
+
|`autoscaling.scaledJobOptions`| See `values.yaml`| Options for KEDA ScaledJobs (when `scalingType` is set to `job`) |
118
+
|`autoscaling.scaledObjectOptions`| See `values.yaml`| Options for KEDA ScaledObjects (when `scalingType` is set to `deployment`) |
114
119
|`autoscaling.deregisterLifecycle`| See `values.yaml`| Lifecycle applied to pods of deployments controlled by KEDA. Makes the node deregister from selenium hub |
|`chromeNode.deploymentEnabled`|`true`| Enable creation of Deployment for chrome nodes |
@@ -146,8 +151,9 @@ This table contains the configuration parameters of the chart and their default
146
151
|`chromeNode.hpa.url`|`{{ include "seleniumGrid.graphqlURL" . }}`| Graphql Url of the hub or the router |
147
152
|`chromeNode.hpa.browserName`|`chrome`| BrowserName from the capability |
148
153
|`chromeNode.hpa.browserVersion`| `` | BrowserVersion from the capability |
149
-
|`chromeNode.maxReplicaCount`|`8`| Max number of replicas that this browsernode can auto scale up to |
150
-
|`chromeNode.minReplicaCount`|`1`| Min number of replicas that this browsernode has when jobs are running |
154
+
|`chromeNode.scaledOptions`| See `values.yaml`| Override the global `autoscaling.scaledOptions` with specific scaled options for chrome nodes |
155
+
|`chromeNode.scaledJobOptions`| See `values.yaml`| Override the global `autoscaling.scaledJobOptions` with specific scaled options for chrome nodes |
156
+
|`chromeNode.scaledObjectOptions`| See `values.yaml`| Override the global `autoscaling.scaledObjectOptions` with specific scaled options for chrome nodes |
|`firefoxNode.deploymentEnabled`|`true`| Enable creation of Deployment for firefox nodes |
153
159
|`firefoxNode.replicas`|`1`| Number of firefox nodes. Disabled if autoscaling is enabled. |
@@ -182,8 +188,9 @@ This table contains the configuration parameters of the chart and their default
182
188
|`firefoxNode.hpa.url`|`{{ include "seleniumGrid.graphqlURL" . }}`| Graphql Url of the hub or the router |
183
189
|`firefoxNode.hpa.browserName`|`firefox`| BrowserName from the capability |
184
190
|`firefoxNode.hpa.browserVersion`| `` | BrowserVersion from the capability |
185
-
|`firefoxNode.maxReplicaCount`|`8`| Max number of replicas that this browsernode can auto scale up to |
186
-
|`firefoxNode.minReplicaCount`|`1`| Min number of replicas that this browsernode has when jobs are running |
191
+
|`firefoxNode.scaledOptions`| See `values.yaml`| Override the global `autoscaling.scaledOptions` with specific scaled options for firefox nodes |
192
+
|`firefoxNode.scaledJobOptions`| See `values.yaml`| Override the global `autoscaling.scaledJobOptions` with specific scaled options for firefox nodes |
193
+
|`firefoxNode.scaledObjectOptions`| See `values.yaml`| Override the global `autoscaling.scaledObjectOptions` with specific scaled options for firefox nodes |
187
194
|`edgeNode.enabled`|`true`| Enable edge nodes |
188
195
|`edgeNode.deploymentEnabled`|`true`| Enable creation of Deployment for edge nodes |
189
196
|`edgeNode.replicas`|`1`| Number of edge nodes. Disabled if autoscaling is enabled. |
@@ -218,8 +225,9 @@ This table contains the configuration parameters of the chart and their default
218
225
|`edgeNode.hpa.url`|`{{ include "seleniumGrid.graphqlURL" . }}`| Graphql Url of the hub or the router |
219
226
|`edgeNode.hpa.browserName`|`edge`| BrowserName from the capability |
220
227
|`edgeNode.hpa.browserVersion`| `` | BrowserVersion from the capability |
221
-
|`edgeNode.maxReplicaCount`|`8`| Max number of replicas that this browsernode can auto scale up to |
222
-
|`edgeNode.minReplicaCount`|`1`| Min number of replicas that this browsernode has when jobs are running |
228
+
|`edgeNode.scaledOptions`| See `values.yaml`| Override the global `autoscaling.scaledOptions` with specific scaled options for edge nodes |
229
+
|`edgeNode.scaledJobOptions`| See `values.yaml`| Override the global `autoscaling.scaledJobOptions` with specific scaled options for edge nodes |
230
+
|`edgeNode.scaledObjectOptions`| See `values.yaml`| Override the global `autoscaling.scaledObjectOptions` with specific scaled options for edge nodes |
223
231
|`videoRecorder.enabled`|`false`| Enable video recorder for node |
224
232
|`videoRecorder.imageName`|`selenium/video`| Selenium video recoder image name |
225
233
|`videoRecorder.imageTag`|`ffmpeg-6.0-20231102`| Image tag of video recorder |
0 commit comments