@@ -288,18 +288,20 @@ ingress-nginx:
288
288
### Configuration global
289
289
For now, global configuration supported is:
290
290
291
- | Parameter | Default | Description |
292
- |-----------------------------------------------|-----------------------|----------------------------------------|
293
- | ` global.K8S_PUBLIC_IP` | `""` | Public IP of the host running K8s |
294
- | `global.seleniumGrid.imageRegistry` | `selenium` | Distribution registry to pull images |
295
- | `global.seleniumGrid.imageTag` | `4.18.1-20240224` | Image tag for all selenium components |
296
- | `global.seleniumGrid.nodesImageTag` | `4.18.1-20240224` | Image tag for browser's nodes |
297
- | `global.seleniumGrid.videoImageTag` | `ffmpeg-6.1-20240224` | Image tag for browser's video recorder |
298
- | `global.seleniumGrid.imagePullSecret` | `""` | Pull secret to be used for all images |
299
- | `global.seleniumGrid.imagePullSecret` | `""` | Pull secret to be used for all images |
300
- | `global.seleniumGrid.affinity` | `{}` | Affinity assigned globally |
301
- | `global.seleniumGrid.logLevel` | `INFO` | Set log level for all components |
302
- | `global.seleniumGrid.defaultNodeStartupProbe` | `exec` | Default startup probe method in Nodes |
291
+ | Parameter | Default | Description |
292
+ |-------------------------------------------------|-----------------------|-------------------------------------------|
293
+ | ` global.K8S_PUBLIC_IP` | `""` | Public IP of the host running K8s |
294
+ | `global.seleniumGrid.imageRegistry` | `selenium` | Distribution registry to pull images |
295
+ | `global.seleniumGrid.imageTag` | `4.18.1-20240224` | Image tag for all selenium components |
296
+ | `global.seleniumGrid.nodesImageTag` | `4.18.1-20240224` | Image tag for browser's nodes |
297
+ | `global.seleniumGrid.videoImageTag` | `ffmpeg-6.1-20240224` | Image tag for browser's video recorder |
298
+ | `global.seleniumGrid.imagePullSecret` | `""` | Pull secret to be used for all images |
299
+ | `global.seleniumGrid.imagePullSecret` | `""` | Pull secret to be used for all images |
300
+ | `global.seleniumGrid.affinity` | `{}` | Affinity assigned globally |
301
+ | `global.seleniumGrid.logLevel` | `INFO` | Set log level for all components |
302
+ | `global.seleniumGrid.defaultNodeStartupProbe` | `exec` | Default startup probe method in Nodes |
303
+ | `global.seleniumGrid.defaultNodeLivenessProbe` | `exec` | Default liveness probe method in Nodes |
304
+ | `global.seleniumGrid.stdoutProbeLog` | `true` | Enable probe logs output in kubectl logs |
303
305
304
306
# ### Configuration `global.K8S_PUBLIC_IP`
305
307
324
326
325
327
SE_NODE_GRID_URL: '
http://admin:[email protected] /selenium '
326
328
```
327
- Besides that, from the outside of the cluster, you can access via NodePort http://10.10.10.10:30444/selenium
329
+ Besides that, from the outside of the cluster, you can access via NodePort ` http://10.10.10.10:30444/selenium`
328
330
329
331
### Configuration of Nodes
330
332
0 commit comments