b3cf153082
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
19 lines
262 B
YAML
19 lines
262 B
YAML
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"
|