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

21 lines
346 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"
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: "nginx"