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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -639,10 +639,10 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
639
639
| relayNode.scaledOptions | string |`nil`| Override the scaled options for relay nodes |
640
640
| relayNode.scaledJobOptions | string |`nil`| Override the scaledJobOptions for relay nodes |
641
641
| relayNode.scaledObjectOptions | string |`nil`| Override the scaledObjectOptions for relay nodes |
642
-
| relayNode.hpa.browserName | string |`"chrome"`| browserName should match with Node stereotype and request capability is scaled by this scaler |
642
+
| relayNode.hpa.browserName | string |`""`| browserName should match with Node stereotype and request capability is scaled by this scaler |
643
643
| relayNode.hpa.sessionBrowserName | string |`""`| sessionBrowserName if the browserName is different from the sessionBrowserName |
644
644
| relayNode.hpa.browserVersion | string |`""`| browserVersion should match with Node stereotype and request capability is scaled by this scaler |
645
-
| relayNode.hpa.platformName | string |`"Android"`| platformName should match with Node stereotype and request capability is scaled by this scaler |
645
+
| relayNode.hpa.platformName | string |`""`| platformName should match with Node stereotype and request capability is scaled by this scaler |
646
646
| relayNode.hpa.unsafeSsl | string |`"{{ template \"seleniumGrid.graphqlURL.unsafeSsl\" . }}"`| Skip check SSL when connecting to the Graphql endpoint |
647
647
| relayNode.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 |
648
648
| relayNode.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 |
0 commit comments