Welcome to mirror list, hosted at ThFree Co, Russian Federation.

values.yaml « jupyter « vendor - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2077ac3f0a34e3e93344f2f53ca456710c09a134 (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
25
26
27
28
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: ["sh", "-c", "git clone https://gitlab.com/gitlab-org/nurtch-demo.git DevOps-Runbook-Demo || true"]

ingress:
  enabled: true
  tls:
  - hosts:
    secretName: test-app-tls-2
  annotations:
    kubernetes.io/ingress.class: "nginx"
    kubernetes.io/tls-acme: "true"