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
| ingress.nginx.sslSecret | string |`""`| Specify a Secret with the certificate `tls.crt`, key `tls.key`, the name in the form "namespace/secretName" for NGINX Ingress Controller |
99
-
| ingress.nginx.useHttp2 | bool |`true`| Enables or disables HTTP/2 support in secure connections via annotations for NGINX Ingress Controller |
99
+
| ingress.nginx.useHttp2 | bool |`false`| Enables or disables HTTP/2 support in secure connections via annotations for NGINX Ingress Controller |
100
100
| ingress.nginx.upstreamKeepalive | object |`{"connections":10000,"requests":10000,"time":"1h"}`| Apply upstream keepalive settings once HTTP/2 is enabled |
101
101
| ingress.nginx.upstreamKeepalive.connections | int |`10000`| Set keepalive connections to corresponding annotations for NGINX Ingress Controller |
102
102
| ingress.nginx.upstreamKeepalive.time | string |`"1h"`| Set keepalive timeout to corresponding annotations for NGINX Ingress Controller |
@@ -406,6 +406,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
406
406
| chromeNode.scaledObjectOptions | string |`nil`| Override the scaledObjectOptions for chrome nodes |
407
407
| chromeNode.hpa.browserName | string |`"chrome"`| browserName from the capability |
408
408
| chromeNode.hpa.sessionBrowserName | string |`"chrome"`| sessionBrowserName if the browserName is different from the sessionBrowserName |
409
+
| chromeNode.hpa.browserVersion | string |`""`| browserVersion from the capability |
409
410
| chromeNode.hpa.platformName | string |`"linux"`| platformName from the capability |
410
411
| chromeNode.hpa.unsafeSsl | string |`"{{ template \"seleniumGrid.graphqlURL.unsafeSsl\" . }}"`| Skip check SSL when connecting to the Graphql endpoint |
411
412
| 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 |
@@ -457,6 +458,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
457
458
| firefoxNode.scaledObjectOptions | string |`nil`| Override the scaledObjectOptions for firefox nodes |
458
459
| firefoxNode.hpa.browserName | string |`"firefox"`| browserName from the capability |
459
460
| firefoxNode.hpa.sessionBrowserName | string |`"firefox"`| sessionBrowserName if the browserName is different from the sessionBrowserName |
461
+
| firefoxNode.hpa.browserVersion | string |`""`| browserVersion from the capability |
460
462
| firefoxNode.hpa.platformName | string |`"linux"`| platformName from the capability |
461
463
| firefoxNode.hpa.unsafeSsl | string |`"{{ template \"seleniumGrid.graphqlURL.unsafeSsl\" . }}"`| Skip check SSL when connecting to the Graphql endpoint |
462
464
| 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 |
@@ -508,6 +510,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
508
510
| edgeNode.scaledObjectOptions | string |`nil`| Override the scaledObjectOptions for edge nodes |
509
511
| edgeNode.hpa.browserName | string |`"MicrosoftEdge"`| browserName from the capability |
510
512
| edgeNode.hpa.sessionBrowserName | string |`"msedge"`| sessionBrowserName if the browserName is different from the sessionBrowserName |
513
+
| edgeNode.hpa.browserVersion | string |`""`| browserVersion from the capability |
511
514
| edgeNode.hpa.platformName | string |`"linux"`| platformName from the capability |
512
515
| edgeNode.hpa.unsafeSsl | string |`"{{ template \"seleniumGrid.graphqlURL.unsafeSsl\" . }}"`| Skip check SSL when connecting to the Graphql endpoint |
513
516
| 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 |
@@ -560,6 +563,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
560
563
| relayNode.hpa.browserName | string |`"chrome"`| browserName from the capability |
561
564
| relayNode.hpa.sessionBrowserName | string |`""`| sessionBrowserName if the browserName is different from the sessionBrowserName |
562
565
| relayNode.hpa.platformName | string |`"Android"`| platformName from the capability |
566
+
| relayNode.hpa.browserVersion | string |`""`| browserVersion from the capability |
563
567
| relayNode.hpa.unsafeSsl | string |`"{{ template \"seleniumGrid.graphqlURL.unsafeSsl\" . }}"`| Skip check SSL when connecting to the Graphql endpoint |
564
568
| 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 |
565
569
| 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