@@ -274,17 +274,18 @@ ingress-nginx:
274274### Configuration global
275275For now, global configuration supported is:
276276
277- | Parameter | Default | Description |
278- |---------------------------------------|-----------------------|----------------------------------------|
279- | ` global.K8S_PUBLIC_IP` | `""` | Public IP of the host running K8s |
280- | `global.seleniumGrid.imageRegistry` | `selenium` | Distribution registry to pull images |
281- | `global.seleniumGrid.imageTag` | `4.18.0-20240220` | Image tag for all selenium components |
282- | `global.seleniumGrid.nodesImageTag` | `4.18.0-20240220` | Image tag for browser's nodes |
283- | `global.seleniumGrid.videoImageTag` | `ffmpeg-6.1-20240220` | Image tag for browser's video recorder |
284- | `global.seleniumGrid.imagePullSecret` | `""` | Pull secret to be used for all images |
285- | `global.seleniumGrid.imagePullSecret` | `""` | Pull secret to be used for all images |
286- | `global.seleniumGrid.affinity` | `{}` | Affinity assigned globally |
287- | `global.seleniumGrid.logLevel` | `INFO` | Set log level for all components |
277+ | Parameter | Default | Description |
278+ |-----------------------------------------------|-----------------------|----------------------------------------|
279+ | ` global.K8S_PUBLIC_IP` | `""` | Public IP of the host running K8s |
280+ | `global.seleniumGrid.imageRegistry` | `selenium` | Distribution registry to pull images |
281+ | `global.seleniumGrid.imageTag` | `4.18.0-20240220` | Image tag for all selenium components |
282+ | `global.seleniumGrid.nodesImageTag` | `4.18.0-20240220` | Image tag for browser's nodes |
283+ | `global.seleniumGrid.videoImageTag` | `ffmpeg-6.1-20240220` | Image tag for browser's video recorder |
284+ | `global.seleniumGrid.imagePullSecret` | `""` | Pull secret to be used for all images |
285+ | `global.seleniumGrid.imagePullSecret` | `""` | Pull secret to be used for all images |
286+ | `global.seleniumGrid.affinity` | `{}` | Affinity assigned globally |
287+ | `global.seleniumGrid.logLevel` | `INFO` | Set log level for all components |
288+ | `global.seleniumGrid.defaultNodeStartupProbe` | `exec` | Default startup probe method in Nodes |
288289
289290# ### Configuration `global.K8S_PUBLIC_IP`
290291
0 commit comments