-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvalues.yaml
25 lines (23 loc) · 913 Bytes
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## Note that helm by default only runs the daskhub specification of jupyterhub
## Overrides here are to ensure that the livy version still runs properly
## And adds profile list to switch between the underlying images
daskhub:
jupyterhub:
singleuser:
storage:
capacity: 2Gi
homeMountPath: /home/jovyan/notebooks
profileList:
# https://jupyter-docker-stacks.readthedocs.io/en/latest/using/specifics.html#apache-spark
- display_name: "Big Data Image"
description: "Sparkmagic + Daskgateway Image"
default: True
kubespawner_override:
environment:
# For Sparkmagic Kernel
LIVY_ENDPOINT: "http://livy-server:80"
cmd:
- "/opt/singleuser-entrypoint.sh"
- "--NotebookApp.notebook_dir=/home/jovyan/notebooks"
image: "kprifogle/base-notebook:0.0.7"
defaultUrl: "/lab"