mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* version: 1.0.1 version: 1.0.1 * Update README.md tables * Adding new line at end of values.yaml to pass tests * Removing trailing spaces
17 lines
281 B
YAML
17 lines
281 B
YAML
zeppelin:
|
|
image: dylanmei/zeppelin:0.7.2
|
|
resources:
|
|
limits:
|
|
memory: "4096Mi"
|
|
cpu: "2000m"
|
|
|
|
hadoop:
|
|
useConfigMap: false
|
|
configMapName: hadoop-hadoop
|
|
configPath: /usr/hadoop-2.7.3/etc/hadoop
|
|
|
|
spark:
|
|
driverMemory: 1g
|
|
executorMemory: 1g
|
|
numExecutors: 2
|