-
Notifications
You must be signed in to change notification settings - Fork 0
/
AD-config.yaml
55 lines (55 loc) · 1.71 KB
/
AD-config.yaml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
proxy:
secretToken: "a8f24670768b4ec13770e938e94c2525a8bc80348c13729e464daab665e7a76f"
auth:
type: ldap
admin:
access: true
users:
- sachua
ldap:
server:
address: 192.168.221.138
dn:
lookup: false
search:
filter: '({login_attr}={login})'
user: 'Administrator'
password: 'admin'
templates:
- 'cn={username},ou=People,dc=contoso,dc=com'
user:
searchBase: 'ou=People,dc=contoso,dc=com'
escape: False
attribute: 'sAMAccountName'
dnAttribute: 'cn'
allowedGroups:
- 'cn=scientist,ou=Teams,dc=contoso,dc=com'
singleuser:
cpu:
limit: .5
guarantee: .5
image:
name: sachua/jupyter-mlflow
tag: latest
profileList:
- display_name: "Minimal environment"
description: "To avoid too much bells and whistles: Python."
default: true
- display_name: "Datascience environment"
description: "If you want the additional bells and whistles: Python, R, and Julia."
kubespawner_override:
image: jupyter/datascience-notebook:2343e33dec46
- display_name: "Spark environment"
description: "The Jupyter Stacks spark image!"
kubespawner_override:
image: jupyter/all-spark-notebook:2343e33dec46
- display_name: "Learning Data Science"
description: "Datascience Environment with Sample Notebooks"
kubespawner_override:
image: jupyter/datascience-notebook:2343e33dec46
- display_name: "Sagemath environment"
description: "The Jupyter Stacks sagemath image!"
kubespawner_override:
image: sharptrick/sage-notebook:36995fef8dda
extraEnv:
EDITOR: "vim"