mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-22 03:25:53 +10:00
added to readme and values-production.yaml
This commit is contained in:
@@ -114,7 +114,8 @@ The following tables lists the configurable parameters of the spark chart and th
|
||||
| `worker.readinessProbe.timeoutSeconds` | When the probe times out | 5 |
|
||||
| `worker.readinessProbe.failureThreshold` | Minimum consecutive failures for the probe to be considered failed after having succeeded. | 6 |
|
||||
| `worker.readinessProbe.successThreshold` | Minimum consecutive successes for the probe to be considered successful after having failed | 1 |
|
||||
| `security.passwordsSecretName` | Secret to use when using security configuration to set custom passwords | No default |
|
||||
| `worker.extraVolumes` | Array of extra volumes to be added to the Spark worker deployment (evaluated as template). Requires setting `worker.extraVolumeMounts` | `nil` | |
|
||||
| `worker.extraVolumeMounts` | Array of extra volume mounts to be added to the Spark worker deployment (evaluated as template). Normally used with `worker.extraVolumes`. | `nil` | `security.passwordsSecretName` | Secret to use when using security configuration to set custom passwords | No default |
|
||||
| `security.rpc.authenticationEnabled` | Enable the RPC authentication | `no` |
|
||||
| `security.rpc.encryptionEnabled` | Enable the encryption for RPC | `no` |
|
||||
| `security.storageEncryptionEnabled` | Enable the encryption of the storage | `no` |
|
||||
|
||||
@@ -233,6 +233,14 @@ worker:
|
||||
## Max number of workers when using autoscaling
|
||||
replicasMax: 10
|
||||
|
||||
## Array to add extra volumes
|
||||
##
|
||||
## extraVolumes:
|
||||
|
||||
## Array to add extra mounts (normally used with extraVolumes)
|
||||
##
|
||||
## extraVolumeMounts: {}
|
||||
|
||||
## Security configuration
|
||||
##
|
||||
security:
|
||||
|
||||
Reference in New Issue
Block a user