-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Viet Nguyen Duc <[email protected]>
- Loading branch information
Showing
3 changed files
with
18 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -288,18 +288,20 @@ ingress-nginx: | |
### Configuration global | ||
For now, global configuration supported is: | ||
| Parameter | Default | Description | | ||
|-----------------------------------------------|-----------------------|----------------------------------------| | ||
| `global.K8S_PUBLIC_IP` | `""` | Public IP of the host running K8s | | ||
| `global.seleniumGrid.imageRegistry` | `selenium` | Distribution registry to pull images | | ||
| `global.seleniumGrid.imageTag` | `4.18.1-20240224` | Image tag for all selenium components | | ||
| `global.seleniumGrid.nodesImageTag` | `4.18.1-20240224` | Image tag for browser's nodes | | ||
| `global.seleniumGrid.videoImageTag` | `ffmpeg-6.1-20240224` | Image tag for browser's video recorder | | ||
| `global.seleniumGrid.imagePullSecret` | `""` | Pull secret to be used for all images | | ||
| `global.seleniumGrid.imagePullSecret` | `""` | Pull secret to be used for all images | | ||
| `global.seleniumGrid.affinity` | `{}` | Affinity assigned globally | | ||
| `global.seleniumGrid.logLevel` | `INFO` | Set log level for all components | | ||
| `global.seleniumGrid.defaultNodeStartupProbe` | `exec` | Default startup probe method in Nodes | | ||
| Parameter | Default | Description | | ||
|-------------------------------------------------|-----------------------|-------------------------------------------| | ||
| `global.K8S_PUBLIC_IP` | `""` | Public IP of the host running K8s | | ||
| `global.seleniumGrid.imageRegistry` | `selenium` | Distribution registry to pull images | | ||
| `global.seleniumGrid.imageTag` | `4.18.1-20240224` | Image tag for all selenium components | | ||
| `global.seleniumGrid.nodesImageTag` | `4.18.1-20240224` | Image tag for browser's nodes | | ||
| `global.seleniumGrid.videoImageTag` | `ffmpeg-6.1-20240224` | Image tag for browser's video recorder | | ||
| `global.seleniumGrid.imagePullSecret` | `""` | Pull secret to be used for all images | | ||
| `global.seleniumGrid.imagePullSecret` | `""` | Pull secret to be used for all images | | ||
| `global.seleniumGrid.affinity` | `{}` | Affinity assigned globally | | ||
| `global.seleniumGrid.logLevel` | `INFO` | Set log level for all components | | ||
| `global.seleniumGrid.defaultNodeStartupProbe` | `exec` | Default startup probe method in Nodes | | ||
| `global.seleniumGrid.defaultNodeLivenessProbe` | `exec` | Default liveness probe method in Nodes | | ||
| `global.seleniumGrid.stdoutProbeLog` | `true` | Enable probe logs output in kubectl logs | | ||
|
||
#### Configuration `global.K8S_PUBLIC_IP` | ||
|
||
|
@@ -324,7 +326,7 @@ hub: | |
|
||
SE_NODE_GRID_URL: 'http://admin:[email protected]/selenium' | ||
``` | ||
Besides that, from the outside of the cluster, you can access via NodePort http://10.10.10.10:30444/selenium | ||
Besides that, from the outside of the cluster, you can access via NodePort `http://10.10.10.10:30444/selenium` | ||
### Configuration of Nodes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters