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

hub:
  extraEnv:
    JUPYTER_ENABLE_LAB: 1
    SINGLEUSER_IMAGE: 'registry.gitlab.com/gitlab-org/jupyterhub-user-image:latest'
  extraConfig: |
    c.KubeSpawner.cmd = ['jupyter-labhub']

auth:
  type: gitlab

singleuser:
  defaultUrl: "/lab"
  lifecycleHooks:
    postStart:
      exec:
        command: ["git", "clone", "https://gitlab.com/gitlab-org/nurtch-demo.git", "DevOps-Runbook-Demo"]

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