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
+19-3
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":["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":["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 |
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 |
@@ -307,6 +307,22 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
307
307
| tracing.ingress.paths | list |`[{"backend":{"service":{"name":"{{ .Release.Name }}-jaeger-query","port":{"number":16686}}},"path":"/jaeger","pathType":"Prefix"}]`| Configure paths for Jaeger ingress resource |
| monitoring.exporter.service.enabled | bool |`true`| Create a service for exporter |
318
+
| monitoring.exporter.service.type | string |`"ClusterIP"`| Service type |
319
+
| monitoring.exporter.service.loadBalancerIP | string |`""`| Set specific loadBalancerIP when serviceType is LoadBalancer (see https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer)|
320
+
| monitoring.exporter.service.nodePort | int |`30199`| Node port for service |
321
+
| monitoring.exporter.service.annotations | object |`{}`| Annotations for exporter service |
| autoscaling.enableWithExistingKEDA | bool |`false`| Enable autoscaling without automatically installing KEDA |
312
328
| autoscaling.scalingType | string |`"job"`| Which type of KEDA scaling to use: job or deployment |
@@ -318,7 +334,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
318
334
| 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 |
319
335
| autoscaling.patchObjectFinalizers.serviceAccount | string |`""`| Define an external service account name contains permissions to patch KEDA scaled resources |
320
336
| autoscaling.patchObjectFinalizers.imagePullSecret | string |`""`| Custom pull secret for container in patch job |
321
-
| autoscaling.patchObjectFinalizers.resources | object |`{"limits":{"cpu":"50m","memory":"50Mi"},"requests":{"cpu":"10m","memory":"10Mi"}}`| Define resources for container in patch job |
337
+
| autoscaling.patchObjectFinalizers.resources | object |`{"limits":{"cpu":"200m","memory":"500Mi"},"requests":{"cpu":"100m","memory":"200Mi"}}`| Define resources for container in patch job |
322
338
| autoscaling.scaledOptions | object |`{"maxReplicaCount":8,"minReplicaCount":0,"pollingInterval":10}`| Options for KEDA scaled resources (keep only common options used for both ScaledJob and ScaledObject) |
323
339
| autoscaling.scaledOptions.minReplicaCount | int |`0`| Minimum number of replicas |
324
340
| autoscaling.scaledOptions.maxReplicaCount | int |`8`| Maximum number of replicas |
@@ -512,6 +528,6 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
0 commit comments