-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
57 lines (53 loc) · 1.62 KB
/
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
56
singleuser:
image:
name: geddes-registry.rcac.purdue.edu/docker-hub-cache/jupyter/datascience-notebook
tag: latest
networkTools:
image:
name: geddes-registry.rcac.purdue.edu/docker-hub-cache/jupyterhub/k8s-network-tools
networkPolicy:
enabled: false
hub:
image:
name: geddes-registry.rcac.purdue.edu/docker-hub-cache/jupyterhub/k8s-hub
# for github
# config:
# Authenticator:
# admin_users:
# - keimmanthan
# GitHubOAuthenticator:
# client_id: 621ba2aa39fb280a106e
# client_secret: a258f5c5d6e2ccc2d1750f35e24140f1205ccb28
# oauth_callback_url: https://ironhub.live/hub/oauth_callback
# JupyterHub:
# authenticator_class: github
config:
Authenticator:
admin_users:
- keimmanthan
GoogleOAuthenticator:
client_id: 562187828196-fpp48vifsenmb8epbda8okm75hujh4u7.apps.googleusercontent.com
client_secret: t8b2DSw2lRMn6ewlM6j8XDUK
oauth_callback_url: https://ironhub.live/hub/oauth_callback
JupyterHub:
authenticator_class: google
proxy:
chp:
image:
name: geddes-registry.rcac.purdue.edu/docker-hub-cache/jupyterhub/configurable-http-proxy
https:
enabled: true
hosts:
- ironhub.live
letsencrypt:
contactEmail: [email protected]
service:
loadBalancerIP: 128.211.160.104
prePuller:
hook:
image:
name: geddes-registry.rcac.purdue.edu/docker-hub-cache/jupyterhub/k8s-image-awaiter
scheduling:
userScheduler:
enabled: false