mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
Add parameter for workers podManagementPolicy (#5942)
This commit is contained in:
@@ -133,6 +133,7 @@ The following tables lists the configurable parameters of the spark chart and th
|
||||
| `worker.javaOptions` | Set options for the JVM in the form `-Dx=y` | No default |
|
||||
| `worker.configOptions` | Set extra options to configure the worker in the form `-Dx=y` | No default |
|
||||
| `worker.replicaCount` | Set the number of workers | `2` |
|
||||
| `worker.podManagementPolicy` | Statefulset Pod Management Policy Type | `OrderedReady` |
|
||||
| `worker.autoscaling.enabled` | Enable autoscaling depending on CPU | `false` |
|
||||
| `worker.autoscaling.CpuTargetPercentage` | k8s hpa cpu targetPercentage | `50` |
|
||||
| `worker.autoscaling.replicasMax` | Maximum number of workers when using autoscaling | `5` |
|
||||
|
||||
Reference in New Issue
Block a user