2018-05-16 05:01:13 -04:00
|
|
|
rbac:
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
hub:
|
|
|
|
extraEnv:
|
|
|
|
JUPYTER_ENABLE_LAB: 1
|
2018-07-19 08:09:32 -04:00
|
|
|
SINGLEUSER_IMAGE: 'registry.gitlab.com/gitlab-org/jupyterhub-user-image:latest'
|
2018-05-16 05:01:13 -04:00
|
|
|
extraConfig: |
|
|
|
|
c.KubeSpawner.cmd = ['jupyter-labhub']
|
|
|
|
|
2018-05-24 11:11:30 -04:00
|
|
|
auth:
|
|
|
|
type: gitlab
|
|
|
|
|
2018-05-16 05:01:13 -04:00
|
|
|
singleuser:
|
|
|
|
defaultUrl: "/lab"
|
2018-10-04 08:59:21 -04:00
|
|
|
lifecycleHooks:
|
|
|
|
postStart:
|
|
|
|
exec:
|
2018-10-29 16:50:07 -04:00
|
|
|
command: ["sh", "-c", "git clone https://gitlab.com/gitlab-org/nurtch-demo.git DevOps-Runbook-Demo || true"]
|
2018-05-16 05:01:13 -04:00
|
|
|
|
|
|
|
ingress:
|
|
|
|
enabled: true
|
|
|
|
annotations:
|
|
|
|
kubernetes.io/ingress.class: "nginx"
|
2018-12-03 05:16:38 -05:00
|
|
|
kubernetes.io/tls-acme: "true"
|