summaryrefslogtreecommitdiff
path: root/vendor/jupyter/values.yaml
blob: 90817de0f1b6139baa5153cfd85ebbaeb052d8fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
rbac:
  enabled: false

hub:
  extraEnv:
    JUPYTER_ENABLE_LAB: 1
  extraConfig: |
    c.KubeSpawner.cmd = ['jupyter-labhub']

auth:
  type: gitlab

singleuser:
  defaultUrl: "/lab"

ingress:
 enabled: true
 annotations:
   kubernetes.io/ingress.class: "nginx"