added to readme and values-production.yaml

This commit is contained in:
cccs-jc
2019-12-08 08:25:51 -05:00
parent 05dda9a312
commit 149fc14877
2 changed files with 10 additions and 1 deletions
+2 -1
View File
@@ -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` |
+8
View File
@@ -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: