mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Update README with new values
This commit is contained in:
@@ -45,6 +45,7 @@ The following tables lists the configurable parameters of the Spark chart and th
|
||||
| `Master.Memory` | container requested memory | `512Mi` |
|
||||
| `Master.ServicePort` | k8s service port | `7077` |
|
||||
| `Master.ContainerPort` | Container listening port | `7077` |
|
||||
| `Master.DaemonMemory` | Master JVM Xms and Xmx option | `1g` |
|
||||
|
||||
### Spark WebUi
|
||||
|
||||
@@ -68,6 +69,8 @@ The following tables lists the configurable parameters of the Spark chart and th
|
||||
| `Worker.Memory` | container requested memory | `512Mi` |
|
||||
| `Worker.ContainerPort` | Container listening port | `7077` |
|
||||
| `Worker.CpuTargetPercentage` | k8s hpa cpu targetPercentage | `50` |
|
||||
| `Worker.DaemonMemory` | Worker JVM Xms and Xmx setting | `1g` |
|
||||
| `Worker.ExecutorMemory` | Worker memory available for executor | `1g` |
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ Master:
|
||||
ServicePort: 7077
|
||||
ContainerPort: 7077
|
||||
# Set Master JVM memory. Default 1g
|
||||
#DaemonMemory: 2g
|
||||
#DaemonMemory: 1g
|
||||
|
||||
WebUi:
|
||||
Name: spark-webui
|
||||
@@ -31,9 +31,9 @@ Worker:
|
||||
Memory: "512Mi"
|
||||
ContainerPort: 8081
|
||||
# Set Worker JVM memory. Default 1g
|
||||
#DaemonMemory: 2g
|
||||
#DaemonMemory: 1g
|
||||
# Set how much total memory workers have to give executors
|
||||
#ExecutorMemory: 2g
|
||||
#ExecutorMemory: 1g
|
||||
|
||||
Zeppelin:
|
||||
Name: zeppelin-controller
|
||||
|
||||
Reference in New Issue
Block a user