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
+6-4
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
38
38
| global.seleniumGrid.imagePullSecret | string |`""`| Pull secret for all components, can be overridden individually |
39
39
| global.seleniumGrid.logLevel | string |`"INFO"`| Log level for all components. Possible values describe here: https://www.selenium.dev/documentation/grid/configuration/cli_options/#logging|
40
40
| global.seleniumGrid.defaultNodeStartupProbe | string |`"exec"`| Set default startup probe method for all nodes (supplied values: httpGet, exec). If not set, the default is httpGet |
41
+
| global.seleniumGrid.defaultNodeReadinessProbe | string |`"exec"`| Set default readiness probe method for all nodes (supplied values: httpGet, exec). If not set, the default is httpGet |
41
42
| global.seleniumGrid.defaultNodeLivenessProbe | string |`"exec"`| Set default readiness probe method for all nodes (supplied values: httpGet, exec). If not set, the default is httpGet |
42
43
| global.seleniumGrid.defaultComponentLivenessProbe | string |`"exec"`| Set default liveness probe method for all nodes (supplied values: httpGet, exec). If not set, the default is httpGet |
43
44
| global.seleniumGrid.stdoutProbeLog | bool |`false`| Probe logs output can be retrieved using `kubectl logs`. Noted: this will not work if shareProcessNamespace is enabled |
@@ -147,6 +148,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
| chromeNode.terminationGracePeriodSeconds | int |`30`| Time to wait for pod termination |
460
462
| chromeNode.deregisterLifecycle | string |`nil`| Define preStop command to shut down the chrome node gracefully. This overwrites autoscaling.deregisterLifecycle |
@@ -512,7 +514,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
512
514
| firefoxNode.dshmVolumeSizeLimit | string |`"2Gi"`| Size limit for DSH volume mounted in container (if not set, default is disabled, e.g "1Gi") |
513
515
| firefoxNode.priorityClassName | string |`""`| Priority class name for firefox-node pods |
| firefoxNode.terminationGracePeriodSeconds | int |`30`| Time to wait for pod termination |
518
520
| firefoxNode.deregisterLifecycle | string |`nil`| Define preStop command to shuts down the chrome node gracefully. This overwrites autoscaling.deregisterLifecycle |
@@ -570,7 +572,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
570
572
| edgeNode.dshmVolumeSizeLimit | string |`""`| Size limit for DSH volume mounted in container (if not set, default is disabled, e.g "1Gi") |
571
573
| edgeNode.priorityClassName | string |`""`| Priority class name for edge-node pods |
| edgeNode.terminationGracePeriodSeconds | int |`30`| Time to wait for pod termination |
576
578
| edgeNode.deregisterLifecycle | string |`nil`| Define preStop command to shuts down the chrome node gracefully. This overwrites autoscaling.deregisterLifecycle |
@@ -629,7 +631,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
629
631
| relayNode.dshmVolumeSizeLimit | string |`""`| Size limit for DSH volume mounted in container (if not set, default is disabled, e.g "1Gi") |
630
632
| relayNode.priorityClassName | string |`""`| Priority class name for relay-node pods |
| relayNode.terminationGracePeriodSeconds | int |`30`| Time to wait for pod termination |
635
637
| relayNode.deregisterLifecycle | string |`nil`| Define preStop command to shut down the relay node gracefully. This overwrites autoscaling.deregisterLifecycle |
0 commit comments