debian-mirror-gitlab/vendor/jupyter/values.yaml

25 lines
497 B
YAML
Raw Normal View History

2018-11-08 19:23:39 +05:30
rbac:
enabled: false
hub:
extraEnv:
JUPYTER_ENABLE_LAB: 1
2018-11-18 11:00:15 +05:30
SINGLEUSER_IMAGE: 'registry.gitlab.com/gitlab-org/jupyterhub-user-image:latest'
2018-11-08 19:23:39 +05:30
extraConfig: |
c.KubeSpawner.cmd = ['jupyter-labhub']
auth:
type: gitlab
singleuser:
defaultUrl: "/lab"
2018-12-05 23:21:45 +05:30
lifecycleHooks:
postStart:
exec:
command: ["git", "clone", "https://gitlab.com/gitlab-org/nurtch-demo.git", "DevOps-Runbook-Demo"]
2018-11-08 19:23:39 +05:30
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: "nginx"