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
[grid][chart] Allows users to turn off Deployment creation for Nodes (SeleniumHQ#1709)
* [grid][chart] Allows users to turn of Deployment creation for Nodes
This change introduces a new value called `deploymentEnabled` for each of the node browsers,
if the value is set to `true` Deployments will be created for each of the respective nodes however if `false` no Deployments will be created.
This will allow users to turn of creation of the default deployments and to use other resource types instead such as jobs.
FixesSeleniumHQ#1708
* Update the Changelog and bump chart version
|`chromeNode.deploymentEnabled`|`true`| Enable creation of Deployment for chrome nodes |
71
72
|`chromeNode.replicas`|`1`| Number of chrome nodes |
72
73
|`chromeNode.imageName`|`selenium/node-chrome`| Image of chrome nodes |
73
74
|`chromeNode.imageTag`|`4.5.3-20221024`| Image of chrome nodes |
@@ -95,6 +96,7 @@ This table contains the configuration parameters of the chart and their default
95
96
|`chromeNode.extraVolumeMounts`|`[]`| Extra mounts of declared ExtraVolumes into pod |
96
97
|`chromeNode.extraVolumes`|`[]`| Extra Volumes declarations to be used in the pod (can be any supported volume type: ConfigMap, Secret, PVC, NFS, etc.) |
|`firefoxNode.deploymentEnabled`|`true`| Enable creation of Deployment for firefox nodes |
98
100
|`firefoxNode.replicas`|`1`| Number of firefox nodes |
99
101
|`firefoxNode.imageName`|`selenium/node-firefox`| Image of firefox nodes |
100
102
|`firefoxNode.imageTag`|`4.5.3-20221024`| Image of firefox nodes |
@@ -122,6 +124,7 @@ This table contains the configuration parameters of the chart and their default
122
124
|`firefoxNode.extraVolumeMounts`|`[]`| Extra mounts of declared ExtraVolumes into pod |
123
125
|`firefoxNode.extraVolumes`|`[]`| Extra Volumes declarations to be used in the pod (can be any supported volume type: ConfigMap, Secret, PVC, NFS, etc.) |
124
126
|`edgeNode.enabled`|`true`| Enable edge nodes |
127
+
|`edgeNode.deploymentEnabled`|`true`| Enable creation of Deployment for edge nodes |
125
128
|`edgeNode.replicas`|`1`| Number of edge nodes |
126
129
|`edgeNode.imageName`|`selenium/node-edge`| Image of edge nodes |
127
130
|`edgeNode.imageTag`|`4.5.3-20221024`| Image of edge nodes |
0 commit comments