mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* import of zeppelin chart * version bumps * add standard labels * update to readme * refactor of template filenames, update to labels
16 lines
280 B
YAML
16 lines
280 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 |