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-4
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
79
79
| serviceAccount.create | bool |`true`| Create a service account for all components. If using an external service account, set to false and provide its name in `nameOverride` below |
80
80
| serviceAccount.nameOverride | string |`nil`| Override to use an external service account |
81
81
| serviceAccount.annotations | object |`{}`| Annotations for the service account |
82
-
| rbacRole | object |`{"annotations":{},"create":true,"nameOverride":null,"rules":[{"apiGroups":["keda.sh"],"resources":["scaledjobs"],"verbs":["get","list","patch","update","delete"]},{"apiGroups":["keda.sh"],"resources":["scaledobjects"],"verbs":["get","list","patch","update","delete"]},{"apiGroups":["keda.sh"],"resources":["triggerauthentication"],"verbs":["get","list","patch","update","delete"]},{"apiGroups":["autoscaling"],"resources":["horizontalpodautoscalers"],"verbs":["get","list","patch","update","delete"]}]}`| RBAC settings for patching finalizers KEDA scaled resources |
82
+
| rbacRole | object |`{"annotations":{},"create":true,"nameOverride":null,"rules":[{"apiGroups":["keda.sh"],"resources":["scaledjobs"],"verbs":["get","list","patch","update","delete"]},{"apiGroups":["keda.sh"],"resources":["scaledobjects"],"verbs":["get","list","patch","update","delete"]},{"apiGroups":["keda.sh"],"resources":["triggerauthentications"],"verbs":["get","list","patch","update","delete"]},{"apiGroups":["autoscaling"],"resources":["horizontalpodautoscalers"],"verbs":["get","list","patch","update","delete"]}]}`| RBAC settings for patching finalizers KEDA scaled resources |
83
83
| rbacRole.create | bool |`true`| Enable to create RBAC role to access few KEDA resources. If using an external role, set to false and provide its name in `nameOverride` below |
84
84
| rbacRole.nameOverride | string |`nil`| Override resource name or provide an external role name |
85
85
| rbacRoleBinding | object |`{"annotations":{},"create":true,"nameOverride":null,"roleRef":{"apiGroup":"rbac.authorization.k8s.io","kind":"Role"},"subjects":[{"kind":"ServiceAccount"}]}`| RBAC role binding settings for patching finalizers KEDA scaled resources |
@@ -326,8 +326,8 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
| autoscaling.enableWithExistingKEDA | bool |`false`| Enable autoscaling without automatically installing KEDA |
328
328
| autoscaling.scalingType | string |`"job"`| Which type of KEDA scaling to use: job or deployment |
329
-
| autoscaling.authenticationRef | object |`{"annotations":{"helm.sh/hook":"post-install,post-upgrade,post-rollback","helm.sh/hook-weight":"-2"},"name":""}`| Specify an external KEDA TriggerAuthentication resource is used for scaler triggers config. Apply for all browser nodes |
330
-
| autoscaling.useCachedMetrics | bool |`true`| Enables caching of metric values during polling interval (as specified in .spec.pollingInterval). |
329
+
| autoscaling.authenticationRef | object |`{"annotations":{"helm.sh/hook":"post-install,post-upgrade,post-rollback","helm.sh/hook-weight":"0"},"name":""}`| Specify an external KEDA TriggerAuthentication resource is used for scaler triggers config. Apply for all browser nodes |
330
+
| autoscaling.useCachedMetrics | bool |`false`| Enables caching of metric values during polling interval (as specified in .spec.pollingInterval). |
331
331
| autoscaling.metricType | string |`"Value"`| The type of metric that should be used (Override the default: AverageValue in KEDA) |
332
332
| autoscaling.annotations | object |`{"helm.sh/hook":"post-install,post-upgrade,post-rollback","helm.sh/hook-weight":"1"}`| Annotations for KEDA resources: ScaledObject and ScaledJob |
333
333
| autoscaling.patchObjectFinalizers.nameOverride | string |`nil`| Override the name of the patch job |
@@ -341,7 +341,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
341
341
| autoscaling.scaledOptions.minReplicaCount | int |`0`| Minimum number of replicas |
342
342
| autoscaling.scaledOptions.maxReplicaCount | int |`8`| Maximum number of replicas |
343
343
| autoscaling.scaledOptions.pollingInterval | int |`10`| Polling interval in seconds |
344
-
| autoscaling.scaledJobOptions.scalingStrategy.strategy | string |`"accurate"`| Scaling strategy for KEDA ScaledJob |
344
+
| autoscaling.scaledJobOptions.scalingStrategy.strategy | string |`"eager"`| Scaling strategy for KEDA ScaledJob - https://keda.sh/docs/latest/reference/scaledjob-spec/#scalingstrategy|
345
345
| autoscaling.scaledJobOptions.successfulJobsHistoryLimit | int |`0`| Number of Completed jobs should be kept |
346
346
| autoscaling.scaledJobOptions.failedJobsHistoryLimit | int |`0`| Number of Failed jobs should be kept (for troubleshooting purposes) |
347
347
| autoscaling.scaledJobOptions.jobTargetRef | object |`{"backoffLimit":0,"completions":1,"parallelism":1}`| Specify job target ref for KEDA ScaledJob |
0 commit comments