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
| components.router.resources | object |`{}`| Resources for router container |
182
182
| components.router.securityContext | object |`{}`| SecurityContext for router container |
183
183
| components.router.serviceType | string |`"ClusterIP"`| Kubernetes service type (see https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types)|
@@ -199,7 +199,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
199
199
| components.distributor.nodePort | int |`30553`| Distributor expose NodePort |
| components.distributor.resources | object |`{}`| Resources for Distributor container |
204
204
| components.distributor.securityContext | object |`{}`| SecurityContext for Distributor container |
205
205
| components.distributor.serviceType | string |`"ClusterIP"`| Kubernetes service type (see https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types)|
@@ -283,7 +283,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
283
283
| hub.nodePort | int |`31444`| Selenium Hub expose NodePort |
| hub.extraEnvFrom | string |`nil`| Custom environment variables by sourcing entire configMap, Secret, etc. for selenium-hub |
@@ -577,7 +577,6 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
577
577
| videoRecorder.extraVolumes | list |`[]`| Extra volumes for video recorder pod |
578
578
| videoRecorder.s3 | object |`{"args":[],"command":[],"extraEnvironmentVariables":null,"imageName":"aws-cli","imagePullPolicy":"IfNotPresent","imageRegistry":"bitnami","imageTag":"latest","securityContext":{"runAsUser":0}}`| Container spec for the uploader if above it is defined as "uploader.name: s3" |
0 commit comments