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
+3
Original file line number
Diff line number
Diff line change
@@ -396,6 +396,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
396
396
| chromeNode.hpa.unsafeSsl | string |`"{{ template \"seleniumGrid.graphqlURL.unsafeSsl\" . }}"`| Skip check SSL when connecting to the Graphql endpoint |
397
397
| chromeNode.initContainers | list |`[]`| It is used to add initContainers in the same pod of the browser node. It should be set using the --set-json option |
398
398
| chromeNode.sidecars | list |`[]`| It is used to add sidecars proxy in the same pod of the browser node. It means it will add a new container to the deployment itself. It should be set using the --set-json option |
399
+
| chromeNode.videoRecorder | object |`{}`| Override specific video recording settings for chrome node |
| firefoxNode.deploymentEnabled | bool |`true`| NOTE: Only used when autoscaling.enabled is false Enable creation of Deployment true (default) - if you want long living pods false - for provisioning your own custom type such as Jobs |
401
402
| firefoxNode.updateStrategy | object |`{"type":"RollingUpdate"}`| Global update strategy will be overwritten by individual component |
@@ -446,6 +447,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
446
447
| firefoxNode.hpa.unsafeSsl | string |`"{{ template \"seleniumGrid.graphqlURL.unsafeSsl\" . }}"`| Skip check SSL when connecting to the Graphql endpoint |
447
448
| firefoxNode.initContainers | list |`[]`| It is used to add initContainers in the same pod of the browser node. It should be set using the --set-json option |
448
449
| firefoxNode.sidecars | list |`[]`| It is used to add sidecars proxy in the same pod of the browser node. It means it will add a new container to the deployment itself. It should be set using the --set-json option |
450
+
| firefoxNode.videoRecorder | object |`{}`| Override specific video recording settings for firefox node |
| edgeNode.deploymentEnabled | bool |`true`| NOTE: Only used when autoscaling.enabled is false Enable creation of Deployment true (default) - if you want long living pods false - for provisioning your own custom type such as Jobs |
451
453
| edgeNode.updateStrategy | object |`{"type":"RollingUpdate"}`| Global update strategy will be overwritten by individual component |
@@ -496,6 +498,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
496
498
| edgeNode.hpa.unsafeSsl | string |`"{{ template \"seleniumGrid.graphqlURL.unsafeSsl\" . }}"`| Skip check SSL when connecting to the Graphql endpoint |
497
499
| edgeNode.initContainers | list |`[]`| It is used to add initContainers in the same pod of the browser node. It should be set using the --set-json option |
498
500
| edgeNode.sidecars | list |`[]`| It is used to add sidecars proxy in the same pod of the browser node. It means it will add a new container to the deployment itself. It should be set using the --set-json option |
501
+
| edgeNode.videoRecorder | object |`{}`| Override specific video recording settings for edge node |
499
502
| videoRecorder.enabled | bool |`false`| Enable video recording in all browser nodes |
500
503
| videoRecorder.name | string |`"video"`| Container name is set to resource specs |
501
504
| videoRecorder.imageRegistry | string |`nil`| Registry to pull the image (this overwrites global.seleniumGrid.imageRegistry parameter) |
0 commit comments