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: charts/selenium-grid/CONFIGURATION.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
32
32
| global.seleniumGrid.imageTag | string |`"4.24.0-20240907"`| Image tag for all selenium components |
33
33
| global.seleniumGrid.nodesImageTag | string |`"4.24.0-20240907"`| Image tag for browser's nodes |
34
34
| global.seleniumGrid.videoImageTag | string |`"ffmpeg-7.0.2-20240907"`| Image tag for browser's video recorder |
35
-
| global.seleniumGrid.kubectlImage | string |`"bitnami/kubectl:latest"`| kubectl image is used to execute kubectl commands in utility jobs |
35
+
| global.seleniumGrid.kubectlImage | string |`"jitesoft/kubectl:latest"`| kubectl image is used to execute kubectl commands in utility jobs |
36
36
| global.seleniumGrid.imagePullSecret | string |`""`| Pull secret for all components, can be overridden individually |
37
37
| global.seleniumGrid.logLevel | string |`"INFO"`| Log level for all components. Possible values describe here: https://www.selenium.dev/documentation/grid/configuration/cli_options/#logging|
38
38
| global.seleniumGrid.defaultNodeStartupProbe | string |`"exec"`| Set default startup probe method for all nodes (supplied values: httpGet, exec). If not set, the default is httpGet |
@@ -305,6 +305,8 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
305
305
| autoscaling.patchObjectFinalizers.enabled | bool |`true`| Enable patching finalizers for KEDA scaled resources. Workaround for Hook post-upgrade selenium-grid/templates/x-node-hpa.yaml failed: object is being deleted: scaledobjects.keda.sh "x" already exists |
306
306
| autoscaling.patchObjectFinalizers.activeDeadlineSeconds | int |`120`| Deadline (in seconds) for patch job to complete |
307
307
| autoscaling.patchObjectFinalizers.annotations | object |`{"helm.sh/hook":"post-install,post-upgrade,post-rollback,pre-delete","helm.sh/hook-delete-policy":"hook-succeeded,before-hook-creation","helm.sh/hook-weight":"-1"}`| Annotations for patch job |
308
+
| autoscaling.patchObjectFinalizers.imagePullSecret | string |`""`| Custom pull secret for container in patch job |
309
+
| autoscaling.patchObjectFinalizers.resources | object |`{"limits":{"cpu":"50m","memory":"50Mi"},"requests":{"cpu":"10m","memory":"10Mi"}}`| Define resources for container in patch job |
308
310
| autoscaling.scaledOptions | object |`{"maxReplicaCount":8,"minReplicaCount":0,"pollingInterval":10}`| Options for KEDA scaled resources (keep only common options used for both ScaledJob and ScaledObject) |
309
311
| autoscaling.scaledOptions.minReplicaCount | int |`0`| Minimum number of replicas |
310
312
| autoscaling.scaledOptions.maxReplicaCount | int |`8`| Maximum number of replicas |
0 commit comments