forked from jupyterhub/zero-to-jupyterhub-k8s
-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
214 lines (203 loc) · 3.93 KB
/
values.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
hub:
service:
type: ClusterIP
baseUrl: /
cookieSecret:
publicURL:
uid: 1000
fsGid: 1000
nodeSelector: {}
concurrentSpawnLimit: 64
activeServerLimit:
db:
type: sqlite-pvc
upgrade:
pvc:
annotations: {}
selector: {}
accessModes:
- ReadWriteOnce
storage: 1Gi
subPath:
storageClassName:
url:
labels: {}
extraConfig: {}
extraConfigMap: {}
extraEnv: {}
extraContainers: []
extraVolumes: []
extraVolumeMounts: []
image:
name: jupyterhub/k8s-hub
tag: generated-by-chartpress
resources:
requests:
cpu: 0.2
memory: 512Mi
services: {}
imagePullPolicy: IfNotPresent
pdb:
enabled: true
networkPolicy:
enabled: false
egress:
- to:
- ipBlock:
cidr: 0.0.0.0/0
rbac:
enabled: true
proxy:
secretToken: ''
service:
type: LoadBalancer
labels: {}
annotations: {}
nodePorts:
http:
https:
chp:
image:
name: jupyterhub/configurable-http-proxy
tag: 3.0.0
pullPolicy: IfNotPresent
cmd:
- configurable-http-proxy
- --ip=0.0.0.0
- --port=8000
- --api-ip=0.0.0.0
- --api-port=8001
- --default-target=http://$(HUB_SERVICE_HOST):$(HUB_SERVICE_PORT)
- --error-target=http://$(HUB_SERVICE_HOST):$(HUB_SERVICE_PORT)/hub/error
- --log-level=debug
resources:
requests:
cpu: 0.2
memory: 512Mi
nginx:
image:
name: quay.io/kubernetes-ingress-controller/nginx-ingress-controller
tag: 0.9.0
pullPolicy: IfNotPresent
proxyBodySize: 64m
resources: {}
lego:
image:
name: jetstack/kube-lego
# We need a couple of fixes related to ingress.provider that are in master
# When 0.1.6 is released, switch to that!
tag: master-2368
resources: {}
labels:
nodeSelector: {}
pdb:
enabled: true
https:
enabled: true
type: letsencrypt
letsencrypt:
contactEmail: ''
manual:
key:
cert:
hosts: []
networkPolicy:
enabled: false
egress:
- to:
- ipBlock:
cidr: 0.0.0.0/0
# Google OAuth secrets
auth:
type: dummy
whitelist:
users:
admin:
access: true
users:
dummy:
password:
state:
enabled: false
cryptoKey:
singleuser:
networkTools:
image:
name: jupyterhub/k8s-network-tools
tag: generated-by-chartpress
cloudMetadata:
enabled: false
ip: 169.254.169.254
networkPolicy:
enabled: false
egress:
# Required egress is handled by other rules so it's safe to modify this
- to:
- ipBlock:
cidr: 0.0.0.0/0
except:
- 169.254.169.254/32
extraLabels: {}
extraEnv: {}
lifecycleHooks:
initContainers:
nodeSelector: {}
uid: 1000
fsGid: 100
serviceAccountName:
schedulerStrategy:
storage:
type: dynamic
extraVolumes: []
extraVolumeMounts: []
static:
pvcName:
subPath: '{username}'
capacity: 10Gi
homeMountPath: /home/jovyan
dynamic:
storageClass:
pvcNameTemplate: 'claim-{username}{servername}'
volumeNameTemplate: 'volume-{username}{servername}'
storageAccessModes: ['ReadWriteOnce']
image:
name: jupyterhub/k8s-singleuser-sample
tag: generated-by-chartpress
pullPolicy: IfNotPresent
startTimeout: 300
cpu:
limit:
guarantee:
memory:
limit:
guarantee: 1G
cmd: jupyterhub-singleuser
defaultUrl:
prePuller:
hook:
enabled: true
extraEnv: {}
image:
name: jupyterhub/k8s-image-awaiter
tag: generated-by-chartpress
continuous:
enabled: false
pause:
image:
name: gcr.io/google_containers/pause
tag: '3.0'
ingress:
enabled: false
annotations: {}
hosts: []
tls:
cull:
enabled: true
users: false
timeout: 3600
every: 600
maxAge: 0
podCuller:
image:
name: jupyterhub/k8s-pod-culler
tag: generated-by-chartpress