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
+4-2
Original file line number
Diff line number
Diff line change
@@ -396,6 +396,8 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
396
396
| 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 |
397
397
| autoscaling.patchObjectFinalizers.activeDeadlineSeconds | int |`120`| Deadline (in seconds) for patch job to complete |
398
398
| 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 |
399
+
| autoscaling.patchObjectFinalizers.cleanUpScript | string |`""`| Define your custom script to replace the default script |
400
+
| autoscaling.patchObjectFinalizers.defaultMode | int |`493`| Default mode for ConfigMap is mounted as file |
399
401
| autoscaling.patchObjectFinalizers.serviceAccount | string |`""`| Define an external service account name contains permissions to patch KEDA scaled resources |
400
402
| autoscaling.patchObjectFinalizers.imagePullSecret | string |`""`| Custom pull secret for container in patch job |
401
403
| autoscaling.patchObjectFinalizers.resources | object |`{"limits":{"cpu":"200m","memory":"500Mi"},"requests":{"cpu":"100m","memory":"200Mi"}}`| Define resources for container in patch job |
@@ -639,10 +641,10 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
639
641
| relayNode.scaledOptions | string |`nil`| Override the scaled options for relay nodes |
640
642
| relayNode.scaledJobOptions | string |`nil`| Override the scaledJobOptions for relay nodes |
641
643
| relayNode.scaledObjectOptions | string |`nil`| Override the scaledObjectOptions for relay nodes |
642
-
| relayNode.hpa.browserName | string |`"chrome"`| browserName should match with Node stereotype and request capability is scaled by this scaler |
644
+
| relayNode.hpa.browserName | string |`""`| browserName should match with Node stereotype and request capability is scaled by this scaler |
643
645
| relayNode.hpa.sessionBrowserName | string |`""`| sessionBrowserName if the browserName is different from the sessionBrowserName |
644
646
| relayNode.hpa.browserVersion | string |`""`| browserVersion should match with Node stereotype and request capability is scaled by this scaler |
645
-
| relayNode.hpa.platformName | string |`"Android"`| platformName should match with Node stereotype and request capability is scaled by this scaler |
647
+
| relayNode.hpa.platformName | string |`""`| platformName should match with Node stereotype and request capability is scaled by this scaler |
646
648
| relayNode.hpa.unsafeSsl | string |`"{{ template \"seleniumGrid.graphqlURL.unsafeSsl\" . }}"`| Skip check SSL when connecting to the Graphql endpoint |
647
649
| relayNode.initContainers | list |`[]`| It is used to add initContainers in the same pod of the browser node. It should be set using the --set-json option |
648
650
| relayNode.sidecars | list |`[]`| It is used to add sidecars proxy in the same pod of the browser node. It means it will add a new container to the deployment itself. It should be set using the --set-json option |
0 commit comments