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-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -327,8 +327,8 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
327
327
| 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
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
-
| autoscaling.metricType | string |`"Value"`| The type of metric that should be used (Override the default: AverageValue in KEDA) |
330
+
| autoscaling.useCachedMetrics | bool |`false`| Enables caching of metric values during polling interval (as specified in .spec.pollingInterval, the default: false in KEDA). |
331
+
| autoscaling.metricType | string |`""`| The type of metric that should be used (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 |
334
334
| 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 |
@@ -583,6 +583,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
583
583
| videoRecorder.extraVolumes | list |`[]`| Extra volumes for video recorder pod |
584
584
| videoRecorder.s3 | object |`{"args":[],"command":[],"extraEnvironmentVariables":null,"imageName":"aws-cli","imagePullPolicy":"IfNotPresent","imageRegistry":"bitnami","imageTag":"latest","securityContext":{"runAsUser":0}}`| Container spec for the uploader if above it is defined as "uploader.name: s3" |
0 commit comments