forked from jupyterhub/zero-to-jupyterhub-k8s
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev-config.yaml
61 lines (56 loc) · 1.25 KB
/
dev-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
57
58
59
60
61
proxy:
secretToken: 97141abb55ea5321867979cb57bb2e6a86a2f4d6bb166fca45aedb07c212c42d
service:
type: NodePort
nodePorts:
http: 30080
https: 30443
chp:
resources:
requests:
memory: 0
cpu: 0
networkPolicy:
enabled: true
egress: [] # overrides allowance of 0.0.0.0/0
hub:
cookieSecret: 1470700e01f77171c2c67b12130c25081dfbdf2697af8c2f2bd05621b31100bf
db:
type: sqlite-memory
resources:
requests:
memory: 0
cpu: 0
services:
test:
admin: true
apiToken: 0cc05feaefeeb29179e924ffc6d3886ffacf0d1a28ab225f5c210436ffc5cfd5
networkPolicy:
enabled: true
egress: # overrides allowance of 0.0.0.0/0
# In kind/k3s clusters the Kubernetes API server is exposing this port
- ports:
- protocol: TCP
port: 6443
singleuser:
storage:
type: none
memory:
guarantee: null
networkPolicy:
enabled: true
# For testing purposes in test_singleuser_netpol
egress:
- to:
- ipBlock:
cidr: 104.28.9.110/32 # jupyter.org 1
- ipBlock:
cidr: 104.28.8.110/32 # jupyter.org 2
prePuller:
hook:
enabled: false
scheduling:
userScheduler:
enabled: true
debug:
enabled: true