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: chart/selenium-grid/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,7 @@ This table contains the configuration parameters of the chart and their default
63
63
|`chromeNode.tolerations`|`[]`| Tolerations for chrome-node container |
64
64
|`chromeNode.nodeSelector`|`{}`| Node Selector for chrome-node container |
65
65
|`chromeNode.extraEnvironmentVariables`|`nil`| Custom environment variables for chrome nodes |
66
+
|`chromeNode.extraEnvFrom`|`nil`| Custom environment taken from `configMap` or `secret` variables for chrome nodes |
66
67
|`chromeNode.service.enabled`|`true`| Create a service for node |
67
68
|`chromeNode.service.type`|`ClusterIP`| Service type |
68
69
|`chromeNode.service.annotations`|`{}`| Custom annotations for service |
@@ -81,6 +82,7 @@ This table contains the configuration parameters of the chart and their default
81
82
|`firefoxNode.tolerations`|`[]`| Tolerations for firefox-node container |
82
83
|`firefoxNode.nodeSelector`|`{}`| Node Selector for firefox-node container |
83
84
|`firefoxNode.extraEnvironmentVariables`|`nil`| Custom environment variables for firefox nodes |
85
+
|`firefoxNode.extraEnvFrom`|`nil`| Custom environment variables taken from `configMap` or `secret` for firefox nodes |
84
86
|`firefoxNode.service.enabled`|`true`| Create a service for node |
85
87
|`firefoxNode.service.type`|`ClusterIP`| Service type |
86
88
|`firefoxNode.service.annotations`|`{}`| Custom annotations for service |
@@ -99,6 +101,7 @@ This table contains the configuration parameters of the chart and their default
99
101
|`edgeNode.tolerations`|`[]`| Tolerations for edge-node container |
100
102
|`edgeNode.nodeSelector`|`{}`| Node Selector for edge-node container |
101
103
|`edgeNode.extraEnvironmentVariables`|`nil`| Custom environment variables for firefox nodes |
104
+
|`edgeNode.extraEnvFrom`|`nil`| Custom environment taken from `configMap` or `secret` variables for firefox nodes |
102
105
|`edgeNode.service.enabled`|`true`| Create a service for node |
103
106
|`edgeNode.service.type`|`ClusterIP`| Service type |
104
107
|`edgeNode.service.annotations`|`{}`| Custom annotations for service |
@@ -125,6 +128,7 @@ You can configure the Selenium Hub with this values:
125
128
|`hub.tolerations`|`[]`| Tolerations for selenium-hub container |
126
129
|`hub.nodeSelector`|`{}`| Node Selector for selenium-hub container |
127
130
|`hub.extraEnvironmentVariables`|`nil`| Custom environment variables for selenium-hub |
131
+
|`hub.extraEnvFrom`|`nil`| Custom environment variables for selenium taken from `configMap` or `secret`-hub |
128
132
|`hub.resources`|`{}`| Resources for selenium-hub container |
129
133
|`hub.serviceType`|`NodePort`| Kubernetes service type (see https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types)|
130
134
|`hub.serviceAnnotations`|`{}`| Custom annotations for Selenium Hub service |
@@ -179,5 +183,6 @@ If you implement selenium-grid with separate components (`isolateComponents: tru
179
183
|`components.sessionQueue.serviceType`|`ClusterIP`| Kubernetes service type (see https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types)|
180
184
|`components.sessionQueue.serviceAnnotations`|`{}`| Custom annotations for Session Queue service |
181
185
|`components.extraEnvironmentVariables`|`nil`| Custom environment variables for all components |
186
+
|`components.extraEnvFrom`|`nil`| Custom environment variables taken from `configMap` or `secret` for all components |
182
187
183
188
See how to customize a helm chart installation in the [Helm Docs](https://helm.sh/docs/intro/using_helm/#customizing-the-chart-before-installing) for more information.
0 commit comments